Module com.microsoft.gctoolkit.api
Package com.microsoft.gctoolkit.message
Interface ChannelListener<M>
-
- All Known Subinterfaces:
DataSourceChannelListener,DataSourceParser,JVMEventChannelListener
- All Known Implementing Classes:
JVMEventChannelAggregator
public interface ChannelListener<M>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelNamechannel()voidreceive(M payload)
-
-
-
Method Detail
-
channel
ChannelName channel()
-
receive
void receive(M payload)
-
-