Interface JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- All Known Subinterfaces:
JGroupsEndpointBuilderFactory.JGroupsEndpointBuilder
- Enclosing interface:
- JGroupsEndpointBuilderFactory
public static interface JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder extends org.apache.camel.builder.EndpointProducerBuilderBuilder for endpoint producers for the JGroups component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default JGroupsEndpointBuilderFactory.AdvancedJGroupsEndpointProducerBuilderadvanced()default JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilderchannelProperties(String channelProperties)Specifies configuration properties of the JChannel used by the endpoint.
-
-
-
Method Detail
-
advanced
default JGroupsEndpointBuilderFactory.AdvancedJGroupsEndpointProducerBuilder advanced()
-
channelProperties
default JGroupsEndpointBuilderFactory.JGroupsEndpointProducerBuilder channelProperties(String channelProperties)
Specifies configuration properties of the JChannel used by the endpoint. The option is a: <code>java.lang.String</code> type. Group: common- Parameters:
channelProperties- the value to set- Returns:
- the dsl builder
-
-