Interface SagaEndpointBuilderFactory.SagaBuilders

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

public static interface SagaEndpointBuilderFactory.SagaBuilders
  • Method Details

    • saga

      Saga (camel-saga) Execute custom actions within a route using the Saga EIP. Category: clustering Since: 2.21 Maven coordinates: org.apache.camel:camel-saga
      Returns:
      the dsl builder for the headers' name.
    • saga

      Saga (camel-saga) Execute custom actions within a route using the Saga EIP. Category: clustering Since: 2.21 Maven coordinates: org.apache.camel:camel-saga Syntax: saga:action Path parameter: action (required) Action to execute (complete or compensate) There are 2 enums and the value can be one of: COMPLETE, COMPENSATE
      Parameters:
      path - action
      Returns:
      the dsl builder
    • saga

      default SagaEndpointBuilderFactory.SagaEndpointBuilder saga(String componentName, String path)
      Saga (camel-saga) Execute custom actions within a route using the Saga EIP. Category: clustering Since: 2.21 Maven coordinates: org.apache.camel:camel-saga Syntax: saga:action Path parameter: action (required) Action to execute (complete or compensate) There are 2 enums and the value can be one of: COMPLETE, COMPENSATE
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - action
      Returns:
      the dsl builder