Interface FlowCompiler<R extends FlowRuntime>

All Known Implementing Classes:
ParallelCompiler, PipelineCompiler

public interface FlowCompiler<R extends FlowRuntime>
Author:
Pierre Lecerf ([email protected]) Created on 2020/03/02
  • Method Summary

    Modifier and Type Method Description
    default R compile​(Node... inputNodes)  
    R compile​(Collection<Node> inputNodes)