Package

akka.camel

javaapi

Permalink

package javaapi

Visibility
  1. Public
  2. All

Type Members

  1. abstract class UntypedConsumerActor extends UntypedActor with Consumer

    Permalink

    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).

  2. abstract class UntypedProducerActor extends UntypedActor with ProducerSupport

    Permalink

    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).

Ungrouped