Class SimpleScheduleToken
java.lang.Object
org.axonframework.eventhandling.scheduling.java.SimpleScheduleToken
- All Implemented Interfaces:
Serializable,ScheduleToken
ScheduleToken for tasks event scheduled using the SimpleEventScheduler.
- Since:
- 0.7
- Author:
- Allard Buijze
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleScheduleToken(String tokenId) Creates a SimpleScheduleToken with the giventokenId. -
Method Summary
-
Constructor Details
-
SimpleScheduleToken
Creates a SimpleScheduleToken with the giventokenId.- Parameters:
tokenId- The identifier referencing the scheduled task.
-
-
Method Details