Class AsyncSelectStep

java.lang.Object
nz.org.riskscape.engine.steps.BaseStep<SelectStep.Parameters>
nz.org.riskscape.engine.steps.AsyncSelectStep
All Implemented Interfaces:
nz.org.riskscape.engine.Identified, nz.org.riskscape.engine.pipeline.Step

public class AsyncSelectStep extends BaseStep<SelectStep.Parameters>

A version of a standard select that exposes itself as an AsyncProjector for testing purposes.

  • Constructor Details

    • AsyncSelectStep

      public AsyncSelectStep(nz.org.riskscape.engine.Engine engine)
  • Method Details