Class ServiceCallServiceChooserConfiguration

java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.model.cloud.ServiceCallConfiguration
org.apache.camel.model.cloud.ServiceCallServiceChooserConfiguration
All Implemented Interfaces:
org.apache.camel.cloud.ServiceChooserFactory, org.apache.camel.cloud.ServiceFactory<org.apache.camel.cloud.ServiceChooser>

@Metadata(label="routing,cloud,service-discovery") @Configurer(extended=true) @Deprecated public class ServiceCallServiceChooserConfiguration extends ServiceCallConfiguration implements org.apache.camel.cloud.ServiceChooserFactory
Deprecated.
  • Constructor Details

    • ServiceCallServiceChooserConfiguration

      public ServiceCallServiceChooserConfiguration()
      Deprecated.
    • ServiceCallServiceChooserConfiguration

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

    • end

      public ServiceCallDefinition end()
      Deprecated.
    • endParent

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

      public ServiceCallServiceChooserConfiguration property(String key, String value)
      Deprecated.
      Description copied from class: ServiceCallConfiguration
      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.ServiceChooser newInstance(org.apache.camel.CamelContext camelContext) throws Exception
      Deprecated.
      Specified by:
      newInstance in interface org.apache.camel.cloud.ServiceFactory<org.apache.camel.cloud.ServiceChooser>
      Throws:
      Exception