Class ServiceCallConfiguration

java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.model.cloud.ServiceCallConfiguration
Direct Known Subclasses:
ServiceCallExpressionConfiguration, ServiceCallServiceChooserConfiguration, ServiceCallServiceDiscoveryConfiguration, ServiceCallServiceFilterConfiguration, ServiceCallServiceLoadBalancerConfiguration

@Configurer @Deprecated public abstract class ServiceCallConfiguration extends IdentifiedType
Deprecated.
  • Field Details

  • Constructor Details

    • ServiceCallConfiguration

      public ServiceCallConfiguration()
      Deprecated.
  • Method Details

    • getProperties

      public List<PropertyDefinition> getProperties()
      Deprecated.
    • setProperties

      public void setProperties(List<PropertyDefinition> properties)
      Deprecated.
      Set client properties 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.

    • property

      public ServiceCallConfiguration property(String key, String value)
      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.

    • getPropertiesAsMap

      protected Map<String,String> getPropertiesAsMap(org.apache.camel.CamelContext camelContext) throws Exception
      Deprecated.
      Throws:
      Exception
    • getConfiguredOptions

      protected Map<String,Object> getConfiguredOptions(org.apache.camel.CamelContext context, Object target)
      Deprecated.
    • postProcessFactoryParameters

      protected void postProcessFactoryParameters(org.apache.camel.CamelContext camelContext, Map<String,Object> parameters) throws Exception
      Deprecated.
      Throws:
      Exception