Package it.tidalwave.messagebus
Class MessageBusHelper
java.lang.Object
it.tidalwave.messagebus.MessageBusHelper
- Author:
- Fabrizio Giudici
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static interface
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> void
Publishes a message.void
Publishes a message.void
void
-
Constructor Details
-
MessageBusHelper
public MessageBusHelper()
-
-
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
-