Package | Description |
---|---|
org.axonframework.test.deadline |
Modifier and Type | Method and Description |
---|---|
void |
StubDeadlineManager.advanceTimeBy(Duration duration,
DeadlineConsumer deadlineConsumer)
Advances time by the given
duration and invokes the given deadlineConsumer for each deadline
scheduled until that time. |
void |
StubDeadlineManager.advanceTimeTo(Instant newDateTime,
DeadlineConsumer deadlineConsumer)
Advances time to the given
newDateTime and invokes the given deadlineConsumer for each deadline
scheduled until that time. |
Copyright © 2010–2022. All rights reserved.