Class WorkersManagerImpl

  • All Implemented Interfaces:
    io.vertigo.core.node.component.Activeable, io.vertigo.core.node.component.Component, io.vertigo.core.node.component.CoreComponent, io.vertigo.core.node.component.Manager, WorkersManager

    public final class WorkersManagerImpl
    extends Object
    implements WorkersManager, io.vertigo.core.node.component.Activeable
    Implémentation de workManager.
    Author:
    pchretien, npiedeloup
    • Constructor Detail

      • WorkersManagerImpl

        @Inject
        public WorkersManagerImpl​(String nodeId,
                                  int workersCount,
                                  String workTypes,
                                  WorkersPlugin workerPlugin)
        Constructeur.
        Parameters:
        workersCount - Nb workers
    • Method Detail

      • start

        public void start()
        Specified by:
        start in interface io.vertigo.core.node.component.Activeable
      • stop

        public void stop()
        Specified by:
        stop in interface io.vertigo.core.node.component.Activeable