Class ServiceCallServiceLoadBalancerConfiguration

java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.model.cloud.ServiceCallConfiguration
org.apache.camel.model.cloud.ServiceCallServiceLoadBalancerConfiguration
All Implemented Interfaces:
org.apache.camel.cloud.ServiceFactory<org.apache.camel.cloud.ServiceLoadBalancer>, org.apache.camel.cloud.ServiceLoadBalancerFactory
Direct Known Subclasses:
DefaultServiceCallServiceLoadBalancerConfiguration

@Metadata(label="routing,cloud,load-balancing") @Configurer @Deprecated public class ServiceCallServiceLoadBalancerConfiguration extends ServiceCallConfiguration implements org.apache.camel.cloud.ServiceLoadBalancerFactory
Deprecated.
  • Constructor Details

    • ServiceCallServiceLoadBalancerConfiguration

      public ServiceCallServiceLoadBalancerConfiguration()
      Deprecated.
    • ServiceCallServiceLoadBalancerConfiguration

      public ServiceCallServiceLoadBalancerConfiguration(ServiceCallDefinition parent, String factoryKey)
      Deprecated.
  • Method Details

    • end

      public ServiceCallDefinition end()
      Deprecated.
    • endParent

      public ProcessorDefinition<?> endParent()
      Deprecated.
    • property

      Deprecated.
      Adds a custom property to use.

      These properties are specific to what service call implementation are in use. For example if using a different one, then the client properties are defined according to the specific service in use.

      Overrides:
      property in class ServiceCallConfiguration
    • newInstance

      public org.apache.camel.cloud.ServiceLoadBalancer newInstance(org.apache.camel.CamelContext camelContext) throws Exception
      Deprecated.
      Specified by:
      newInstance in interface org.apache.camel.cloud.ServiceFactory<org.apache.camel.cloud.ServiceLoadBalancer>
      Throws:
      Exception