Interface SedaEndpointBuilderFactory.SedaBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
SedaEndpointBuilderFactory

public static interface SedaEndpointBuilderFactory.SedaBuilders
  • Method Details

    • seda

      SEDA (camel-seda) Asynchronously call another endpoint from any Camel Context in the same JVM. Category: core,messaging Since: 1.1 Maven coordinates: org.apache.camel:camel-seda Syntax: seda:name Path parameter: name (required) Name of queue
      Parameters:
      path - name
      Returns:
      the dsl builder
    • 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,messaging 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
      Returns:
      the dsl builder