Uses of Class
org.apache.camel.model.cloud.ServiceCallDefinition
Packages that use ServiceCallDefinition
Package
Description
The JAXB POJOs for the XML Configuration of the routing
rules.
The JAXB POJOs for the remote service call DSL
-
Uses of ServiceCallDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return ServiceCallDefinition -
Uses of ServiceCallDefinition in org.apache.camel.model.cloud
Methods in org.apache.camel.model.cloud that return ServiceCallDefinitionModifier and TypeMethodDescriptionDeprecated.Sets the component to useServiceCallDefinition.consulServiceDiscovery(String url) Deprecated.ServiceCallDefinition.customFilter(String serviceFilter) Deprecated.ServiceCallDefinition.customFilter(org.apache.camel.cloud.ServiceFilter serviceFilter) Deprecated.ServiceCallDefinition.defaultLoadBalancer()Deprecated.ServiceCallDefinition.dnsServiceDiscovery(String domain) Deprecated.ServiceCallDefinition.dnsServiceDiscovery(String domain, String protocol) Deprecated.ServiceCallExpressionConfiguration.end()Deprecated.ServiceCallServiceChooserConfiguration.end()Deprecated.ServiceCallServiceDiscoveryConfiguration.end()Deprecated.ServiceCallServiceFilterConfiguration.end()Deprecated.ServiceCallServiceLoadBalancerConfiguration.end()Deprecated.ServiceCallDefinition.expression(String expressionRef) Deprecated.Sets a reference to a customExpressionto use.ServiceCallDefinition.expression(org.apache.camel.Expression expression) Deprecated.Sets a customExpressionto use.ServiceCallDefinition.expressionConfiguration(ServiceCallExpressionConfiguration expressionConfiguration) Deprecated.Configures the Expression using the given configuration.ServiceCallDefinition.healthyFilter()Deprecated.ServiceCallDefinition.kubernetesDnsServiceDiscovery(String namespace, String domain) Deprecated.ServiceCallDefinition.kubernetesEnvServiceDiscovery()Deprecated.ServiceCallDefinition.loadBalancer(String loadBalancerRef) Deprecated.Sets a reference to a customServiceLoadBalancerto use.ServiceCallDefinition.loadBalancer(org.apache.camel.cloud.ServiceLoadBalancer loadBalancer) Deprecated.Sets a customServiceLoadBalancerto use.ServiceCallDefinition.loadBalancerConfiguration(ServiceCallServiceLoadBalancerConfiguration loadBalancerConfiguration) Deprecated.Configures the LoadBalancer using the given configuration.Deprecated.Sets the name of the service to useServiceCallDefinition.passThroughFilter()Deprecated.Deprecated.Sets the optionalExchangePatternused to invoke this endpointServiceCallDefinition.pattern(org.apache.camel.ExchangePattern pattern) Deprecated.Sets the optionalExchangePatternused to invoke this endpointServiceCallDefinition.serviceCallConfiguration(String ref) Deprecated.Refers to a ServiceCall configuration to useServiceCallDefinition.serviceChooser(String serviceChooserRef) Deprecated.Sets a reference to a customServiceChooserto use.ServiceCallDefinition.serviceChooser(org.apache.camel.cloud.ServiceChooser serviceChooser) Deprecated.Sets a customServiceChooserto use.ServiceCallDefinition.serviceDiscovery(String serviceDiscoveryRef) Deprecated.Sets a reference to a customServiceDiscoveryto use.ServiceCallDefinition.serviceDiscovery(org.apache.camel.cloud.ServiceDiscovery serviceDiscovery) Deprecated.Sets a customServiceDiscoveryto use.ServiceCallDefinition.serviceDiscoveryConfiguration(ServiceCallServiceDiscoveryConfiguration serviceDiscoveryConfiguration) Deprecated.Configures the ServiceDiscovery using the given configuration.ServiceCallDefinition.serviceFilter(String serviceFilterRef) Deprecated.Sets a reference to a customServiceFilterto use.ServiceCallDefinition.serviceFilter(org.apache.camel.cloud.ServiceFilter serviceFilter) Deprecated.Sets a customServiceFilterto use.ServiceCallDefinition.serviceFilterConfiguration(ServiceCallServiceFilterConfiguration serviceFilterConfiguration) Deprecated.Configures the ServiceFilter using the given configuration.Deprecated.Sets the uri of the service to useServiceCallDefinition.zookeeperServiceDiscovery(String nodes, String basePath) Deprecated.Methods in org.apache.camel.model.cloud that return types with arguments of type ServiceCallDefinitionModifier and TypeMethodDescriptionServiceCallDefinition.expression()Deprecated.Sets a customExpressionto use through an expression builder clause.Constructors in org.apache.camel.model.cloud with parameters of type ServiceCallDefinitionModifierConstructorDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.ServiceCallExpressionConfiguration(ServiceCallDefinition parent, String factoryKey) Deprecated.ServiceCallServiceChooserConfiguration(ServiceCallDefinition parent, String factoryKey) Deprecated.ServiceCallServiceDiscoveryConfiguration(ServiceCallDefinition parent, String factoryKey) Deprecated.ServiceCallServiceFilterConfiguration(ServiceCallDefinition parent, String factoryKey) Deprecated.ServiceCallServiceLoadBalancerConfiguration(ServiceCallDefinition parent, String factoryKey) Deprecated.Deprecated.Deprecated.