Package akka.camel

Class Consumer$


  • public class Consumer$
    extends java.lang.Object
    Deprecated.
    Akka Camel is deprecated in favour of 'Alpakka', the Akka Streams based collection of integrations to various endpoints (including Camel). Since 2.5.0.
    Internal use only.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Consumer$ MODULE$
      Deprecated.
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Consumer$()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      Mapper<org.apache.camel.model.RouteDefinition,​org.apache.camel.model.ProcessorDefinition<?>> identityRouteMapper()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final Consumer$ MODULE$
        Deprecated.
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Consumer$

        public Consumer$()
        Deprecated.
    • Method Detail

      • identityRouteMapper

        public Mapper<org.apache.camel.model.RouteDefinition,​org.apache.camel.model.ProcessorDefinition<?>> identityRouteMapper()
        Deprecated.