• Users of nevermore would rarely use this directly. They should use createExecutorStrategy for the function-wrapper API or createSettlementSequence for the just-in-time batch API.

    Constructs a 'pipe' chaining Strategy instances.

    Combines the option parsing, Pipe creation routines to compose a pipe chaining Strategy instances. The pipe will always have a LauncherStrategy (that triggers and tracks the jobs) then has arbitrary Strategies layered on top according to the provided options.

    Type Parameters

    • J extends Job<unknown>

    Parameters

    • options: NevermoreOptions

      The combined options for all behaviours needed in the pipeline.

    Returns Strategy<J>

    The combined strategy, ready to accept jobs