Interface FixedRateInvocation
- All Superinterfaces:
Invocation
Specific method invocation metadata for scheduled task.
-
Method Summary
Methods inherited from interface Invocation
description, iterationModifier and TypeMethodDescriptionHuman readable description of the scheduled interval.longHow many times has been scheduled method invoked yet.
-
Method Details
-
delayBy
Duration delayBy()Delay the first invocation by the specified time.- Returns:
- delay of the first invocation
-
interval
-