ServiceCallDefinition |
ServiceCallDefinition.component(String component) |
Sets the component to use
|
ServiceCallDefinition |
ServiceCallDefinition.consulServiceDiscovery(String url) |
|
ServiceCallDefinition |
ServiceCallDefinition.customFilter(String serviceFilter) |
|
ServiceCallDefinition |
ServiceCallDefinition.customFilter(org.apache.camel.cloud.ServiceFilter serviceFilter) |
|
ServiceCallDefinition |
ServiceCallDefinition.defaultLoadBalancer() |
|
ServiceCallDefinition |
ServiceCallDefinition.dnsServiceDiscovery(String domain) |
|
ServiceCallDefinition |
ServiceCallDefinition.dnsServiceDiscovery(String domain,
String protocol) |
|
ServiceCallDefinition |
ServiceCallExpressionConfiguration.end() |
|
ServiceCallDefinition |
ServiceCallServiceChooserConfiguration.end() |
|
ServiceCallDefinition |
ServiceCallServiceDiscoveryConfiguration.end() |
|
ServiceCallDefinition |
ServiceCallServiceFilterConfiguration.end() |
|
ServiceCallDefinition |
ServiceCallServiceLoadBalancerConfiguration.end() |
|
ServiceCallDefinition |
ServiceCallDefinition.etcdServiceDiscovery(String uris) |
|
ServiceCallDefinition |
ServiceCallDefinition.etcdServiceDiscovery(String uris,
String servicePath) |
|
ServiceCallDefinition |
ServiceCallDefinition.expression(String expressionRef) |
Sets a reference to a custom Expression to use.
|
ServiceCallDefinition |
ServiceCallDefinition.expression(org.apache.camel.Expression expression) |
Sets a custom Expression to use.
|
ServiceCallDefinition |
ServiceCallDefinition.expressionConfiguration(ServiceCallExpressionConfiguration expressionConfiguration) |
Configures the Expression using the given configuration.
|
ServiceCallDefinition |
ServiceCallDefinition.healthyFilter() |
|
ServiceCallDefinition |
ServiceCallDefinition.kubernetesDnsServiceDiscovery(String namespace,
String domain) |
|
ServiceCallDefinition |
ServiceCallDefinition.kubernetesEnvServiceDiscovery() |
|
ServiceCallDefinition |
ServiceCallDefinition.loadBalancer(String loadBalancerRef) |
Sets a reference to a custom ServiceLoadBalancer to use.
|
ServiceCallDefinition |
ServiceCallDefinition.loadBalancer(org.apache.camel.cloud.ServiceLoadBalancer loadBalancer) |
Sets a custom ServiceLoadBalancer to use.
|
ServiceCallDefinition |
ServiceCallDefinition.loadBalancerConfiguration(ServiceCallServiceLoadBalancerConfiguration loadBalancerConfiguration) |
Configures the LoadBalancer using the given configuration.
|
ServiceCallDefinition |
ServiceCallDefinition.name(String name) |
Sets the name of the service to use
|
ServiceCallDefinition |
ServiceCallDefinition.passThroughFilter() |
|
ServiceCallDefinition |
ServiceCallDefinition.pattern(String pattern) |
Sets the optional ExchangePattern used to invoke this endpoint
|
ServiceCallDefinition |
ServiceCallDefinition.pattern(org.apache.camel.ExchangePattern pattern) |
Sets the optional ExchangePattern used to invoke this endpoint
|
ServiceCallDefinition |
ServiceCallDefinition.ribbonLoadBalancer() |
|
ServiceCallDefinition |
ServiceCallDefinition.ribbonLoadBalancer(String clientName) |
|
ServiceCallDefinition |
ServiceCallDefinition.serviceCallConfiguration(String ref) |
Refers to a ServiceCall configuration to use
|
ServiceCallDefinition |
ServiceCallDefinition.serviceChooser(String serviceChooserRef) |
Sets a reference to a custom ServiceChooser to use.
|
ServiceCallDefinition |
ServiceCallDefinition.serviceChooser(org.apache.camel.cloud.ServiceChooser serviceChooser) |
Sets a custom ServiceChooser to use.
|
ServiceCallDefinition |
ServiceCallDefinition.serviceDiscovery(String serviceDiscoveryRef) |
Sets a reference to a custom ServiceDiscovery to use.
|
ServiceCallDefinition |
ServiceCallDefinition.serviceDiscovery(org.apache.camel.cloud.ServiceDiscovery serviceDiscovery) |
Sets a custom ServiceDiscovery to use.
|
ServiceCallDefinition |
ServiceCallDefinition.serviceDiscoveryConfiguration(ServiceCallServiceDiscoveryConfiguration serviceDiscoveryConfiguration) |
Configures the ServiceDiscovery using the given configuration.
|
ServiceCallDefinition |
ServiceCallDefinition.serviceFilter(String serviceFilterRef) |
Sets a reference to a custom ServiceFilter to use.
|
ServiceCallDefinition |
ServiceCallDefinition.serviceFilter(org.apache.camel.cloud.ServiceFilter serviceFilter) |
Sets a custom ServiceFilter to use.
|
ServiceCallDefinition |
ServiceCallDefinition.serviceFilterConfiguration(ServiceCallServiceFilterConfiguration serviceFilterConfiguration) |
Configures the ServiceFilter using the given configuration.
|
ServiceCallDefinition |
ServiceCallDefinition.uri(String uri) |
Sets the uri of the service to use
|
ServiceCallDefinition |
ServiceCallDefinition.zookeeperServiceDiscovery(String nodes,
String basePath) |
|