Uses of Interface
org.axonframework.eventsourcing.configuration.EventSourcedEntityModule.MessagingModelPhase
Packages that use EventSourcedEntityModule.MessagingModelPhase
-
Uses of EventSourcedEntityModule.MessagingModelPhase in org.axonframework.eventsourcing.configuration
Methods in org.axonframework.eventsourcing.configuration that return EventSourcedEntityModule.MessagingModelPhaseModifier and TypeMethodDescriptionstatic <ID,E> EventSourcedEntityModule.MessagingModelPhase <ID, E> EventSourcedEntityModule.declarative(Class<ID> idType, Class<E> entityType) Starts building an event-sourced entity with the givenentityTypeandidType.