Interface MessageBus.Listener<T>

Enclosing interface:
MessageBus

public static interface MessageBus.Listener<T>
A listener to receive notifications from a MessageBus.
Stereotype:
Listener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notify(T message)
    Notifies the reception of the given message.
  • Method Details

    • notify

      void notify(@Nonnull T message)
      Notifies the reception of the given message.
      Parameters:
      message - the event