Uses of Interface
com.reallifedeveloper.common.application.eventstore.StoredEventRepository
Packages that use StoredEventRepository
Package
Description
An implementation of an event store, i.e., a way to persist domain events.
Support classes for creating JPA repositories.
-
Uses of StoredEventRepository in com.reallifedeveloper.common.application.eventstore
Constructors in com.reallifedeveloper.common.application.eventstore with parameters of type StoredEventRepositoryModifierConstructorDescriptionEventStore(ObjectSerializer<String> serializer, StoredEventRepository repository) Creates a newEventStorewith the given serializer and repository. -
Uses of StoredEventRepository in com.reallifedeveloper.common.infrastructure.persistence
Subinterfaces of StoredEventRepository in com.reallifedeveloper.common.infrastructure.persistenceModifier and TypeInterfaceDescriptioninterfaceA Spring Data JPA "implementation" of theStoredEventRepositoryinterface.