package javaapi
Type Members
- 
      
      
      
        
      
    
      
        abstract 
        class
      
      
        UntypedConsumerActor extends UntypedActor with Consumer
      
      
      Subclass this abstract class to create an MDB-style untyped consumer actor. Subclass this abstract class to create an MDB-style untyped consumer actor. This class is meant to be used from Java. - Annotations
- @Deprecated
- Deprecated
- Akka Camel is deprecated since 2.5.0 in favour of 'Alpakka', the Akka Streams based collection of integrations to various endpoints (including Camel). 
 
- 
      
      
      
        
      
    
      
        abstract 
        class
      
      
        UntypedProducerActor extends UntypedActor with ProducerSupport
      
      
      Subclass this abstract class to create an untyped producer actor. Subclass this abstract class to create an untyped producer actor. This class is meant to be used from Java. - Annotations
- @Deprecated
- Deprecated
- Akka Camel is deprecated since 2.5.0 in favour of 'Alpakka', the Akka Streams based collection of integrations to various endpoints (including Camel).