Module com.microsoft.gctoolkit.api
Package com.microsoft.gctoolkit.message
Class JVMEventChannelAggregator
- java.lang.Object
-
- com.microsoft.gctoolkit.message.JVMEventChannelAggregator
-
- All Implemented Interfaces:
ChannelListener<JVMEvent>,JVMEventChannelListener
public class JVMEventChannelAggregator extends Object implements JVMEventChannelListener
-
-
Constructor Summary
Constructors Constructor Description JVMEventChannelAggregator(ChannelName channel, Aggregator aggregator)
-
-
-
Constructor Detail
-
JVMEventChannelAggregator
public JVMEventChannelAggregator(ChannelName channel, Aggregator aggregator)
-
-
Method Detail
-
channel
public ChannelName channel()
- Specified by:
channelin interfaceChannelListener<JVMEvent>
-
receive
public void receive(JVMEvent payload)
- Specified by:
receivein interfaceChannelListener<JVMEvent>
-
-