| Package | Description |
|---|---|
| org.axonframework.test.eventscheduler |
| Modifier and Type | Method and Description |
|---|---|
void |
StubEventScheduler.advanceTime(java.time.Duration duration,
EventConsumer<org.axonframework.eventhandling.EventMessage<?>> eventConsumer)
Advance time by the given
duration and invokes the given eventConsumer for each
event scheduled for publication until that time. |
void |
StubEventScheduler.advanceTime(java.time.ZonedDateTime newDateTime,
EventConsumer<org.axonframework.eventhandling.EventMessage<?>> eventConsumer)
Advance time to the given
newDateTime and invokes the given eventConsumer for each
event scheduled for publication until that time. |
Copyright © 2010-2016. All Rights Reserved.