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.SagaEndpointBuilder
StaticEndpointBuilders. saga(String path)
Saga (camel-saga) Execute custom actions within a route using the Saga EIP.static SagaEndpointBuilderFactory.SagaEndpointBuilder
StaticEndpointBuilders. 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.SagaEndpointBuilder
SagaEndpointBuilderFactory.AdvancedSagaEndpointBuilder. basic()
static SagaEndpointBuilderFactory.SagaEndpointBuilder
SagaEndpointBuilderFactory. endpointBuilder(String componentName, String path)
default SagaEndpointBuilderFactory.SagaEndpointBuilder
SagaEndpointBuilderFactory.SagaEndpointBuilder. lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).default SagaEndpointBuilderFactory.SagaEndpointBuilder
SagaEndpointBuilderFactory.SagaEndpointBuilder. lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).default SagaEndpointBuilderFactory.SagaEndpointBuilder
SagaEndpointBuilderFactory.SagaBuilders. saga(String path)
Saga (camel-saga) Execute custom actions within a route using the Saga EIP.default SagaEndpointBuilderFactory.SagaEndpointBuilder
SagaEndpointBuilderFactory.SagaBuilders. saga(String componentName, String path)
Saga (camel-saga) Execute custom actions within a route using the Saga EIP.
-