- All Known Subinterfaces:
CronInvocation
,FixedRateInvocation
public interface Invocation
Scheduled method invocation metadata.
-
Method Summary
Modifier and TypeMethodDescriptionHuman readable description of the scheduled interval.long
How many times has been scheduled method invoked yet.
-
Method Details
-
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
-