Uses of Interface
org.axonframework.test.eventscheduler.EventConsumer
Packages that use EventConsumer
-
Uses of EventConsumer in org.axonframework.test.eventscheduler
Methods in org.axonframework.test.eventscheduler with parameters of type EventConsumerModifier and TypeMethodDescriptionvoidStubEventScheduler.advanceTimeBy(Duration duration, EventConsumer<EventMessage<?>> eventConsumer) Advance time by the givendurationand invokes the giveneventConsumerfor each event scheduled for publication until that time.voidStubEventScheduler.advanceTimeTo(Instant newDateTime, EventConsumer<EventMessage<?>> eventConsumer) Advance time to the givennewDateTimeand invokes the giveneventConsumerfor each event scheduled for publication until that time.