Module com.microsoft.gctoolkit.api
Package com.microsoft.gctoolkit.message
Interface Channel<M,L extends ChannelListener<M>>
-
- All Known Subinterfaces:
DataSourceChannel,JVMEventChannel
public interface Channel<M,L extends ChannelListener<M>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidpublish(ChannelName channel, M message)voidregisterListener(L listener)
-
-
-
Method Detail
-
registerListener
void registerListener(L listener)
-
publish
void publish(ChannelName channel, M message)
-
close
void close()
-
-