Uses of Interface
org.occurrent.domain.DomainEvent
Packages that use DomainEvent
-
Uses of DomainEvent in org.occurrent.domain
Classes in org.occurrent.domain that implement DomainEventMethods in org.occurrent.domain that return DomainEventModifier and TypeMethodDescriptionDomainEventConverter.convertToDomainEvent(io.cloudevents.CloudEvent cloudEvent) Methods in org.occurrent.domain that return types with arguments of type DomainEventModifier and TypeMethodDescriptionstatic List<DomainEvent>Composition.chain(List<DomainEvent> initialDomainEvents, Function<List<DomainEvent>, List<DomainEvent>> f) static List<DomainEvent>Name.changeName(List<DomainEvent> events, String eventId, LocalDateTime time, String newName) static List<DomainEvent>Name.changeNameFromCommand(List<DomainEvent> events, ChangeName changeName) static List<DomainEvent>Name.defineName(List<DomainEvent> events, String eventId, LocalDateTime time, String name) static List<DomainEvent>Name.defineNameFromCommand(List<DomainEvent> events, DefineName defineName) static List<DomainEvent>Name.defineTheName(String eventId, LocalDateTime time, String name) Methods in org.occurrent.domain with parameters of type DomainEventModifier and TypeMethodDescriptionio.cloudevents.CloudEventDomainEventConverter.convertToCloudEvent(DomainEvent e) Method parameters in org.occurrent.domain with type arguments of type DomainEventModifier and TypeMethodDescriptionstatic List<DomainEvent>Composition.chain(List<DomainEvent> initialDomainEvents, Function<List<DomainEvent>, List<DomainEvent>> f) static List<DomainEvent>Composition.chain(List<DomainEvent> initialDomainEvents, Function<List<DomainEvent>, List<DomainEvent>> f) static List<DomainEvent>Composition.chain(List<DomainEvent> initialDomainEvents, Function<List<DomainEvent>, List<DomainEvent>> f) static List<DomainEvent>Name.changeName(List<DomainEvent> events, String eventId, LocalDateTime time, String newName) static List<DomainEvent>Name.changeNameFromCommand(List<DomainEvent> events, ChangeName changeName) static List<DomainEvent>Name.defineName(List<DomainEvent> events, String eventId, LocalDateTime time, String name) static List<DomainEvent>Name.defineNameFromCommand(List<DomainEvent> events, DefineName defineName)