Uses of Interface
org.apache.camel.builder.endpoint.dsl.SagaEndpointBuilderFactory.SagaEndpointBuilder
-
Packages that use SagaEndpointBuilderFactory.SagaEndpointBuilder Package Description org.apache.camel.builder.endpoint org.apache.camel.builder.endpoint.dsl -
-
Uses of SagaEndpointBuilderFactory.SagaEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return SagaEndpointBuilderFactory.SagaEndpointBuilder Modifier and Type Method Description static SagaEndpointBuilderFactory.SagaEndpointBuilderStaticEndpointBuilders. saga(String path)Saga (camel-saga) Execute custom actions within a route using the Saga EIP.static SagaEndpointBuilderFactory.SagaEndpointBuilderStaticEndpointBuilders. saga(String componentName, String path)Saga (camel-saga) Execute custom actions within a route using the Saga EIP. -
Uses of SagaEndpointBuilderFactory.SagaEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SagaEndpointBuilderFactory.SagaEndpointBuilder Modifier and Type Method Description default SagaEndpointBuilderFactory.SagaEndpointBuilderSagaEndpointBuilderFactory.AdvancedSagaEndpointBuilder. basic()static SagaEndpointBuilderFactory.SagaEndpointBuilderSagaEndpointBuilderFactory. endpointBuilder(String componentName, String path)default SagaEndpointBuilderFactory.SagaEndpointBuilderSagaEndpointBuilderFactory.SagaBuilders. saga(String path)Saga (camel-saga) Execute custom actions within a route using the Saga EIP.default SagaEndpointBuilderFactory.SagaEndpointBuilderSagaEndpointBuilderFactory.SagaBuilders. saga(String componentName, String path)Saga (camel-saga) Execute custom actions within a route using the Saga EIP.
-