Class QuartzScheduleToken
java.lang.Object
org.axonframework.eventhandling.scheduling.quartz.QuartzScheduleToken
- All Implemented Interfaces:
Serializable,ScheduleToken
ScheduleToken implementation representing a scheduled Quartz Job.
- Since:
- 0.7
- Author:
- Allard Buijze
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQuartzScheduleToken(String jobIdentifier, String groupIdentifier) Initialize a token for the givenjobIdentifierandgroupIdentifier. -
Method Summary
-
Constructor Details
-
QuartzScheduleToken
@ConstructorProperties({"jobIdentifier","groupIdentifier"}) public QuartzScheduleToken(String jobIdentifier, String groupIdentifier) Initialize a token for the givenjobIdentifierandgroupIdentifier.- Parameters:
jobIdentifier- The identifier used when registering the job with quartz.groupIdentifier- The identifier of the group the job is part of.
-
-
Method Details
-
getJobIdentifier
Returns the Quartz job identifier.- Returns:
- the Quartz job identifier
-
getGroupIdentifier
Returns the Quartz group identifier.- Returns:
- the Quartz group identifier
-
toString
-
hashCode
public int hashCode() -
equals
-