| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JGroupsEndpointBuilderFactory.JGroupsEndpointBuilder
Builder for endpoint for the JGroups component.
|
| Modifier and Type | Method and 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).
|
Apache Camel