Interface ICallableStep<T>

    • Method Detail

      • getMainStep

        IPipelineStep getMainStep()
        Gets the main step wrapped by ICallableStep
        Returns:
        the main step
      • processNow

        Event processNow​(Event event)
        process the event now without threading. Normally used for initialization events such as START_BATCH etc.
        Parameters:
        event - - event to be processed
        Returns:
        the resulting event