Class PassThroughServiceFilterFactory

java.lang.Object
org.apache.camel.impl.cloud.PassThroughServiceFilterFactory
All Implemented Interfaces:
org.apache.camel.cloud.ServiceFactory<org.apache.camel.cloud.ServiceFilter>, org.apache.camel.cloud.ServiceFilterFactory

@Deprecated(since="4.7") @CloudServiceFactory("pass-through-service-filter") @Configurer public class PassThroughServiceFilterFactory extends Object implements org.apache.camel.cloud.ServiceFilterFactory
Deprecated.
since 4.7
  • Constructor Details

    • PassThroughServiceFilterFactory

      public PassThroughServiceFilterFactory()
      Deprecated.
  • Method Details

    • newInstance

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