Interface EventBusDispatcher
public interface EventBusDispatcher
-
Method Summary
Modifier and TypeMethodDescriptionvoiddispatch(com.blueriq.event.bus.api.message.EventBusMessage message) Dispatches a message to the Blueriq Event Bus
-
Method Details
-
dispatch
void dispatch(com.blueriq.event.bus.api.message.EventBusMessage message) Dispatches a message to the Blueriq Event Bus- Parameters:
message- the message to dispatch
-