Interface InstructionSchedulerFactory
-
- All Known Implementing Classes:
InstructionSchedulerFactoryImpl
public interface InstructionSchedulerFactory
Factory for InstructionScheduler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstructionScheduler
createInstructionScheduler(String instructionId)
Creates a unique InstructionScheduler.
-
-
-
Method Detail
-
createInstructionScheduler
InstructionScheduler createInstructionScheduler(String instructionId)
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
-
-