java.lang.Object
com.finconsgroup.itserr.marketplace.usercommunication.dm.constant.MessagingType

public class MessagingType extends Object
The supported messaging types to produce and consume the chat messages using the MessagingService
  • Field Details

    • LOGGER

      public static final String LOGGER
      This just logs the chat messages and provides no persistence.
      See Also:
    • SPRING_EVENTS

      public static final String SPRING_EVENTS
      This uses Spring Events and persists the messages using ChatMessageService.
      See Also:
    • RABBIT

      public static final String RABBIT
      This uses Rabbit MQ and persists the messages using ChatMessageService.
      See Also:
  • Constructor Details

    • MessagingType

      public MessagingType()