public static interface MiloServerEndpointBuilderFactory.MiloServerEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default MiloServerEndpointBuilderFactory.AdvancedMiloServerEndpointProducerBuilder |
advanced() |
default MiloServerEndpointBuilderFactory.MiloServerEndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MiloServerEndpointBuilderFactory.MiloServerEndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default MiloServerEndpointBuilderFactory.AdvancedMiloServerEndpointProducerBuilder advanced()
default MiloServerEndpointBuilderFactory.MiloServerEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault MiloServerEndpointBuilderFactory.MiloServerEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerApache Camel