public static interface MasterComponentBuilderFactory.MasterComponentBuilder extends ComponentBuilder<org.apache.camel.component.master.MasterComponent>
| Modifier and Type | Method and Description |
|---|---|
default MasterComponentBuilderFactory.MasterComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default 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.
|
default MasterComponentBuilderFactory.MasterComponentBuilder |
service(org.apache.camel.cluster.CamelClusterService service)
Inject the service to use.
|
default MasterComponentBuilderFactory.MasterComponentBuilder |
serviceSelector(org.apache.camel.cluster.CamelClusterService.Selector serviceSelector)
Inject the service selector used to lookup the CamelClusterService to
use.
|
build, build, doSetProperty, registerdefault MasterComponentBuilderFactory.MasterComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault MasterComponentBuilderFactory.MasterComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault MasterComponentBuilderFactory.MasterComponentBuilder service(org.apache.camel.cluster.CamelClusterService service)
service - the value to setdefault MasterComponentBuilderFactory.MasterComponentBuilder serviceSelector(org.apache.camel.cluster.CamelClusterService.Selector serviceSelector)
serviceSelector - the value to setApache Camel