Uses of Interface
org.apache.camel.builder.component.dsl.MasterComponentBuilderFactory.MasterComponentBuilder
Packages that use MasterComponentBuilderFactory.MasterComponentBuilder
-
Uses of MasterComponentBuilderFactory.MasterComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return MasterComponentBuilderFactory.MasterComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.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.MasterComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return MasterComponentBuilderFactory.MasterComponentBuilderModifier and TypeMethodDescriptionMasterComponentBuilderFactory.MasterComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.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.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.MasterComponentBuilderFactory.MasterComponentBuilder.service(org.apache.camel.cluster.CamelClusterService service) Inject the service to use.MasterComponentBuilderFactory.MasterComponentBuilder.serviceSelector(org.apache.camel.cluster.CamelClusterService.Selector serviceSelector) Inject the service selector used to lookup the CamelClusterService to use.