java.lang.Object
com.finconsgroup.itserr.marketplace.usercommunication.dm.service.impl.LoggerMessagingService
All Implemented Interfaces:
MessagingService

@Service @ConditionalOnProperty(value="type", prefix="user-communication.dm.messaging", havingValue="LOGGER", matchIfMissing=true) public class LoggerMessagingService extends Object implements MessagingService
Implementation for MessagingService that simply logs the messages to standard output.