-
- All Known Subinterfaces:
CronInvocation
,FixedRateInvocation
public interface Invocation
Scheduled method invocation metadata.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
description()
Human readable description of the scheduled interval.long
iteration()
How many times has been scheduled method invoked yet.
-
-
-
Method Detail
-
iteration
long iteration()
How many times has been scheduled method invoked yet.- Returns:
- actual iteration number
-
description
String description()
Human readable description of the scheduled interval.- Returns:
- description as string
-
-