Interface SagaEndpointBuilderFactory.SagaBuilders

    • Method Detail

      • saga

        default SagaEndpointBuilderFactory.SagaEndpointBuilder saga​(String path)
        Saga (camel-saga) Execute custom actions within a route using the Saga EIP. Category: core,endpoint Since: 2.21 Maven coordinates: org.apache.camel:camel-saga Syntax: saga:action Path parameter: action (required) Action to execute (complete or compensate) The value can be one of: COMPLETE, COMPENSATE
        Parameters:
        path - action
      • saga

        default SagaEndpointBuilderFactory.SagaEndpointBuilder saga​(String componentName,
                                                                    String path)
        Saga (camel-saga) Execute custom actions within a route using the Saga EIP. Category: core,endpoint Since: 2.21 Maven coordinates: org.apache.camel:camel-saga Syntax: saga:action Path parameter: action (required) Action to execute (complete or compensate) 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