Class EventStoringSubscriber

java.lang.Object
com.reallifedeveloper.common.application.eventstore.EventStoringSubscriber
All Implemented Interfaces:
DomainEventSubscriber<DomainEvent>

public final class EventStoringSubscriber extends Object implements DomainEventSubscriber<DomainEvent>
A DomainEventSubscriber that stores all events using a EventStore.
Author:
RealLifeDeveloper