Interface IParallelProcess

All Superinterfaces:
ICommandReceiver, IDataProcess, IDataProducer, IEventProducer, ISystemDriver

public interface IParallelProcess extends IDataProcess

Base interface for on-demand processes that support several instances running in parallel
The caller is responsible for getting new process instances when appropriate: A single process instance can be reused several times sequentially, but separate instances are needed to launch in parallel.

Since:
Feb 20, 2015
  • Method Details

    • getNewProcessInstance

      IDataProcess getNewProcessInstance()
      Retrieves a new instance of this processor configured with default data sources
      Returns:
      new process instance