Interface MessageBus.Listener<TOPIC>

  • Enclosing interface:
    MessageBus

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

      • notify

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