Interface InstructionSchedulerFactory
- All Known Implementing Classes:
DefaultInstructionSchedulerFactory
public interface InstructionSchedulerFactory
Factory for InstructionScheduler.
-
Method Summary
Modifier and TypeMethodDescriptioncreateInstructionScheduler
(String instructionId) Creates a unique InstructionScheduler.
-
Method Details
-
createInstructionScheduler
Creates a unique InstructionScheduler.- Parameters:
instructionId
- Unique Identifier, also to be used as part of Cluster Singleton Service Group Identifier as "instructionId"-service-group- Returns:
- InstructionScheduler
-