Interface PipelineRealizer


public interface PipelineRealizer

Realizes a Pipeline by converting a PipelineDeclaration in to a RealizedPipeline. A realized pipeline is effectively 'compiled' at this point to the extent that we know the various functions exist and that it is type safe. It can now be handed over to a PipelineExecutor for execution.