Uses of Interface
io.fluxcapacitor.javaclient.persisting.eventsourcing.EventSourcingHandler
-
Packages that use EventSourcingHandler Package Description io.fluxcapacitor.javaclient.persisting.eventsourcing -
-
Uses of EventSourcingHandler in io.fluxcapacitor.javaclient.persisting.eventsourcing
Classes in io.fluxcapacitor.javaclient.persisting.eventsourcing that implement EventSourcingHandler Modifier and Type Class Description classAnnotatedEventSourcingHandler<T>Methods in io.fluxcapacitor.javaclient.persisting.eventsourcing that return EventSourcingHandler Modifier and Type Method Description <T> EventSourcingHandler<T>DefaultEventSourcingHandlerFactory. forType(Class<?> type)<T> EventSourcingHandler<T>EventSourcingHandlerFactory. forType(Class<?> type)
-