Class LoggingDomainEventSubscriber

java.lang.Object
com.reallifedeveloper.common.domain.event.LoggingDomainEventSubscriber
All Implemented Interfaces:
DomainEventSubscriber<DomainEvent>

public class LoggingDomainEventSubscriber extends Object implements DomainEventSubscriber<DomainEvent>
A DomainEventSubscriber that logs all events using Slf4j.
Author:
RealLifeDeveloper