Uses of Class
io.fluxcapacitor.javaclient.persisting.eventsourcing.EventSourcingRepository.EventSourcedAggregate
-
Packages that use EventSourcingRepository.EventSourcedAggregate Package Description io.fluxcapacitor.javaclient.persisting.eventsourcing -
-
Uses of EventSourcingRepository.EventSourcedAggregate in io.fluxcapacitor.javaclient.persisting.eventsourcing
Methods in io.fluxcapacitor.javaclient.persisting.eventsourcing that return EventSourcingRepository.EventSourcedAggregate Modifier and Type Method Description protected <T> EventSourcingRepository.EventSourcedAggregate<T>EventSourcingRepository. createAggregate(Class<T> aggregateType, String aggregateId)
-