Class BaseConveyors

java.lang.Object
io.datarouter.conveyor.BaseConveyors
All Implemented Interfaces:
io.datarouter.web.listener.DatarouterAppListener

public abstract class BaseConveyors
extends java.lang.Object
implements io.datarouter.web.listener.DatarouterAppListener
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected BaseConveyors()  
  • Method Summary

    Modifier and Type Method Description
    void onShutDown()  
    protected void start​(Conveyor conveyor, int numThreads)  
    protected void start​(Conveyor conveyor, int numThreads, long delaySeconds)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.datarouter.web.listener.DatarouterAppListener

    onStartUp
  • Constructor Details

  • Method Details

    • start

      protected void start​(Conveyor conveyor, int numThreads)
    • start

      protected void start​(Conveyor conveyor, int numThreads, long delaySeconds)
    • onShutDown

      public void onShutDown()
      Specified by:
      onShutDown in interface io.datarouter.web.listener.DatarouterAppListener