Class InboxAddedEvent

All Implemented Interfaces:
Event

@NonNullByDefault public class InboxAddedEvent extends AbstractInboxEvent
An InboxAddedEvent notifies subscribers that a discovery result has been added to the inbox. Inbox added events must be created with the InboxEventFactory.
Author:
Stefan Bußweiler - Initial contribution
  • Field Details

    • TYPE

      public static final String TYPE
      The inbox added event type.
  • Method Details

    • getType

      public String getType()
      Description copied from interface: Event
      Gets the event type.
      Returns:
      the event type
    • toString

      public String toString()
      Overrides:
      toString in class Object