Uses of Class
org.icij.datashare.com.Message
-
Packages that use Message Package Description org.icij.datashare.com -
-
Uses of Message in org.icij.datashare.com
Subclasses of Message in org.icij.datashare.com Modifier and Type Class Description classShutdownMessageMethods in org.icij.datashare.com that return Message Modifier and Type Method Description MessageMessage. add(Message.Field k, String v)MessageMessage. addAll(HashMap result)Methods in org.icij.datashare.com with parameters of type Message Modifier and Type Method Description voidMemoryDataBus. publish(Channel channel, Message message)voidPublisher. publish(Channel channel, Message message)Method parameters in org.icij.datashare.com with type arguments of type Message Modifier and Type Method Description 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)voidDataBus. unsubscribe(java.util.function.Consumer<Message> subscriber)voidMemoryDataBus. unsubscribe(java.util.function.Consumer<Message> subscriber)
-