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 static SagaEndpointBuilderFactory.SagaEndpointBuilderSagaEndpointBuilderFactory. endpointBuilder(String componentName, String path)default SagaEndpointBuilderFactory.SagaEndpointBuilderSagaEndpointBuilderFactory.SagaEndpointBuilder. lazyStartProducer(boolean lazyStartProducer)Whether the producer should be started lazy (on the first message).default SagaEndpointBuilderFactory.SagaEndpointBuilderSagaEndpointBuilderFactory.SagaEndpointBuilder. lazyStartProducer(String lazyStartProducer)Whether the producer should be started lazy (on the first message).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.
-