Uses of Interface
org.apache.camel.builder.component.dsl.ServiceComponentBuilderFactory.ServiceComponentBuilder
-
Packages that use ServiceComponentBuilderFactory.ServiceComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of ServiceComponentBuilderFactory.ServiceComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return ServiceComponentBuilderFactory.ServiceComponentBuilder Modifier and Type Method Description static ServiceComponentBuilderFactory.ServiceComponentBuilder
ComponentsBuilderFactory. service()
Service (camel-service) Register a Camel endpoint to a Service Registry (such as Consul, Etcd) and delegate to it. -
Uses of ServiceComponentBuilderFactory.ServiceComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement ServiceComponentBuilderFactory.ServiceComponentBuilder Modifier and Type Class Description static class
ServiceComponentBuilderFactory.ServiceComponentBuilderImpl
Methods in org.apache.camel.builder.component.dsl that return ServiceComponentBuilderFactory.ServiceComponentBuilder Modifier and Type Method Description default ServiceComponentBuilderFactory.ServiceComponentBuilder
ServiceComponentBuilderFactory.ServiceComponentBuilder. autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.default ServiceComponentBuilderFactory.ServiceComponentBuilder
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.static ServiceComponentBuilderFactory.ServiceComponentBuilder
ServiceComponentBuilderFactory. service()
Service (camel-service) Register a Camel endpoint to a Service Registry (such as Consul, Etcd) and delegate to it.default ServiceComponentBuilderFactory.ServiceComponentBuilder
ServiceComponentBuilderFactory.ServiceComponentBuilder. service(org.apache.camel.cloud.ServiceRegistry service)
Inject the service to use.default ServiceComponentBuilderFactory.ServiceComponentBuilder
ServiceComponentBuilderFactory.ServiceComponentBuilder. serviceSelector(org.apache.camel.cloud.ServiceRegistry.Selector serviceSelector)
Inject the service selector used to lookup the ServiceRegistry to use.
-