public static interface JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default JGroupsEndpointBuilderFactory.AdvancedJGroupsEndpointProducerBuilder |
advanced() |
default JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder |
channelProperties(String channelProperties)
Specifies configuration properties of the JChannel used by the
endpoint.
|
default JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default JGroupsEndpointBuilderFactory.AdvancedJGroupsEndpointProducerBuilder advanced()
default JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder channelProperties(String channelProperties)
java.lang.String type.
Group: commondefault JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerApache Camel