Uses of Interface
org.apache.camel.builder.endpoint.dsl.JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder
-
Packages that use JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl Modifier and Type Interface Description static interface
JGroupsEndpointBuilderFactory.JGroupsEndpointBuilder
Builder for endpoint for the JGroups component.Methods in org.apache.camel.builder.endpoint.dsl that return JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder Modifier and Type Method Description default JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder
JGroupsEndpointBuilderFactory.AdvancedJGroupsEndpointProducerBuilder. basic()
default JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder
JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder. channelProperties(String channelProperties)
Specifies configuration properties of the JChannel used by the endpoint.default JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder
JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder. lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).default JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder
JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder. lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
-