Interface SedaEndpointBuilderFactory.SedaBuilders

    • Method Detail

      • seda

        default SedaEndpointBuilderFactory.SedaEndpointBuilder seda​(String path)
        SEDA (camel-seda) Asynchronously call another endpoint from any Camel Context in the same JVM. Category: core,endpoint Since: 1.1 Maven coordinates: org.apache.camel:camel-seda Syntax: seda:name Path parameter: name (required) Name of queue
        Parameters:
        path - name
      • seda

        default SedaEndpointBuilderFactory.SedaEndpointBuilder seda​(String componentName,
                                                                    String path)
        SEDA (camel-seda) Asynchronously call another endpoint from any Camel Context in the same JVM. Category: core,endpoint Since: 1.1 Maven coordinates: org.apache.camel:camel-seda Syntax: seda:name Path parameter: name (required) Name of queue
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - name