Package it.tidalwave.messagebus
Class MessageBusHelper
java.lang.Object
it.tidalwave.messagebus.MessageBusHelper
- Author:
- Fabrizio Giudici
-
Constructor Details
-
Method Details
-
subscribeAll
public void subscribeAll() -
unsubscribeAll
public void unsubscribeAll() -
publish
Publishes a message.- Parameters:
message
- the message to deliver
-
publish
Publishes a message.- Type Parameters:
T
- the static type of the topic- Parameters:
topicType
- the dynamic type of the topictopic
- the topic
-