public static interface SagaEndpointBuilderFactory.SagaEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default SagaEndpointBuilderFactory.SagaEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SagaEndpointBuilderFactory.SagaEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default SagaEndpointBuilderFactory.SagaEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault SagaEndpointBuilderFactory.SagaEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setApache Camel