Class OnlyOnceTrigger
java.lang.Object
org.springframework.integration.test.util.OnlyOnceTrigger
- All Implemented Interfaces:
Trigger
The
Trigger
implementation which returns the current time
to schedule the task immediately and does that only once.
The reset()
method can be called to reuse this trigger from scratch.
The await()
method can be used for synchronization barriers.
- Since:
- 2.2
- Author:
- Gunnar Hillert, Gary Russell, Artem Bilan
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
await()
boolean
int
hashCode()
nextExecution
(TriggerContext triggerContext) void
reset()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.scheduling.Trigger
nextExecutionTime