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)
channelProperties - the value to setdefault JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setApache Camel