Class 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 Detail

      • ServiceCallServiceChooserConfiguration

        public ServiceCallServiceChooserConfiguration()
        Deprecated.
      • ServiceCallServiceChooserConfiguration

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

      • 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