Package it.tidalwave.messagebus
Interface MessageBus.Listener<TOPIC>
-
- Enclosing interface:
- MessageBus
public static interface MessageBus.Listener<TOPIC>A listener to receive notifications from aMessageBus.- Stereotype:
- Listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotify(TOPIC message)Notifies the reception of the given message.
-
-
-
Method Detail
-
notify
void notify(@Nonnull TOPIC message)Notifies the reception of the given message.- Parameters:
message- the event
-
-