Uses of Class
org.icij.datashare.com.Channel
-
Packages that use Channel Package Description org.icij.datashare.com -
-
Uses of Channel in org.icij.datashare.com
Methods in org.icij.datashare.com that return Channel Modifier and Type Method Description static ChannelChannel. valueOf(String name)Returns the enum constant of this type with the specified name.static Channel[]Channel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.icij.datashare.com with parameters of type Channel Modifier and Type Method Description voidMemoryDataBus. publish(Channel channel, Message message)voidPublisher. publish(Channel channel, Message message)intDataBus. subscribe(java.util.function.Consumer<Message> subscriber, Runnable subscriptionCallback, Channel... channels)intDataBus. subscribe(java.util.function.Consumer<Message> subscriber, Channel... channels)intMemoryDataBus. subscribe(java.util.function.Consumer<Message> subscriber, Runnable subscriptionCallback, Channel... channels)intMemoryDataBus. subscribe(java.util.function.Consumer<Message> subscriber, Channel... channels)
-