Interface FlowRuntime

All Known Implementing Classes:
ParallelRuntime, PipelineRuntime

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

    Modifier and Type Method Description
    <T> T getSample​(String name, Class<T> type)  
    void run()