Uses of Class
com.microsoft.gctoolkit.message.ChannelName
-
Packages that use ChannelName Package Description com.microsoft.gctoolkit.aggregator com.microsoft.gctoolkit.message -
-
Uses of ChannelName in com.microsoft.gctoolkit.aggregator
Methods in com.microsoft.gctoolkit.aggregator that return ChannelName Modifier and Type Method Description ChannelNameEventSource. toChannel() -
Uses of ChannelName in com.microsoft.gctoolkit.message
Methods in com.microsoft.gctoolkit.message that return ChannelName Modifier and Type Method Description ChannelNameChannelListener. channel()ChannelNameJVMEventChannelAggregator. channel()static ChannelNameChannelName. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelName[]ChannelName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.gctoolkit.message with parameters of type ChannelName Modifier and Type Method Description voidChannel. publish(ChannelName channel, M message)Constructors in com.microsoft.gctoolkit.message with parameters of type ChannelName Constructor Description JVMEventChannelAggregator(ChannelName channel, Aggregator aggregator)
-