Class LifecycleAwareSessionManagerSupport.OneShotTrigger
java.lang.Object
org.springframework.vault.authentication.LifecycleAwareSessionManagerSupport.OneShotTrigger
- All Implemented Interfaces:
Trigger
- Enclosing class:
- LifecycleAwareSessionManagerSupport
protected static class LifecycleAwareSessionManagerSupport.OneShotTrigger
extends Object
implements Trigger
This one-shot trigger creates only one execution time to trigger an execution only
once.
-
Constructor Summary
ConstructorDescriptionOneShotTrigger
(Instant nextExecutionTime) OneShotTrigger
(Date nextExecutionTime) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.scheduling.Trigger
nextExecutionTime
-
Constructor Details
-
OneShotTrigger
-
OneShotTrigger
-
-
Method Details
-
nextExecution
- Specified by:
nextExecution
in interfaceTrigger
-