Class ConversationRemovedEvent

All Implemented Interfaces:
Event

@NonNullByDefault public class ConversationRemovedEvent extends ConversationEvent
The ConversationRemovedEvent defines a Event that notifies about conversation removal.
Author:
Florian Hotze - Initial contribution
  • Field Details

    • TYPE

      public static final String TYPE
      The conversation removed event type.
  • Constructor Details

    • ConversationRemovedEvent

      public ConversationRemovedEvent(String topic, String payload, @Nullable String source, String conversationId)
  • Method Details