Interface InstructionSchedulerFactory

All Known Implementing Classes:
DefaultInstructionSchedulerFactory

public interface InstructionSchedulerFactory
Factory for InstructionScheduler.
  • Method Details

    • 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