Class MessagingType
java.lang.Object
com.finconsgroup.itserr.marketplace.usercommunication.dm.constant.MessagingType
The supported messaging types to produce and consume the chat messages using the MessagingService
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThis just logs the chat messages and provides no persistence.static final StringThis uses Rabbit MQ and persists the messages using ChatMessageService.static final StringThis uses Spring Events and persists the messages using ChatMessageService. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOGGER
This just logs the chat messages and provides no persistence.- See Also:
-
SPRING_EVENTS
This uses Spring Events and persists the messages using ChatMessageService.- See Also:
-
RABBIT
This uses Rabbit MQ and persists the messages using ChatMessageService.- See Also:
-
-
Constructor Details
-
MessagingType
public MessagingType()
-