Class OnlyOnceTrigger

java.lang.Object
org.springframework.integration.test.util.OnlyOnceTrigger
All Implemented Interfaces:
Trigger

public class OnlyOnceTrigger extends Object implements 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 Details

    • OnlyOnceTrigger

      public OnlyOnceTrigger()
  • Method Details