Uses of Interface
org.apache.camel.builder.component.dsl.MasterComponentBuilderFactory.MasterComponentBuilder
-
Packages that use MasterComponentBuilderFactory.MasterComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of MasterComponentBuilderFactory.MasterComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return MasterComponentBuilderFactory.MasterComponentBuilder Modifier and Type Method Description static MasterComponentBuilderFactory.MasterComponentBuilder
ComponentsBuilderFactory. master()
Master (camel-master) Have only a single consumer in a cluster consuming from a given endpoint; with automatic failover if the JVM dies. -
Uses of MasterComponentBuilderFactory.MasterComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement MasterComponentBuilderFactory.MasterComponentBuilder Modifier and Type Class Description static class
MasterComponentBuilderFactory.MasterComponentBuilderImpl
Methods in org.apache.camel.builder.component.dsl that return MasterComponentBuilderFactory.MasterComponentBuilder Modifier and Type Method Description default MasterComponentBuilderFactory.MasterComponentBuilder
MasterComponentBuilderFactory.MasterComponentBuilder. autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.default MasterComponentBuilderFactory.MasterComponentBuilder
MasterComponentBuilderFactory.MasterComponentBuilder. bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.static MasterComponentBuilderFactory.MasterComponentBuilder
MasterComponentBuilderFactory. master()
Master (camel-master) Have only a single consumer in a cluster consuming from a given endpoint; with automatic failover if the JVM dies.default MasterComponentBuilderFactory.MasterComponentBuilder
MasterComponentBuilderFactory.MasterComponentBuilder. service(org.apache.camel.cluster.CamelClusterService service)
Inject the service to use.default MasterComponentBuilderFactory.MasterComponentBuilder
MasterComponentBuilderFactory.MasterComponentBuilder. serviceSelector(org.apache.camel.cluster.CamelClusterService.Selector serviceSelector)
Inject the service selector used to lookup the CamelClusterService to use.
-