-
- All Known Subinterfaces:
CronInvocation,FixedRateInvocation
public interface InvocationScheduled method invocation metadata.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringdescription()Human readable description of the scheduled interval.longiteration()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
-
-