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