Interface SourceLoader.Result

  • Enclosing interface:
    SourceLoader

    public static interface SourceLoader.Result
    Represent the result of the process of loading a Source.
    • Method Detail

      • builder

        Optional<org.apache.camel.RoutesBuilder> builder()
        A containing routes to be added to the CamelContext.
      • configuration

        Optional<Object> configuration()
        A configuration class that can be used to customize the CamelContext.