Class InboxRemovedEvent

All Implemented Interfaces:
Event

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

    • TYPE

      public static final String TYPE
      The inbox removed 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