Class ConversationCreatedEvent

All Implemented Interfaces:
Event

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

    • TYPE

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

    • ConversationCreatedEvent

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