Package akka.camel

Interface Producer

  • All Superinterfaces:
    Actor, CamelSupport, ProducerSupport
    All Known Subinterfaces:
    Oneway

    public interface Producer
    extends ProducerSupport
    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.
    Implementation of Actor.receive. Any messages received by this actor will be produced to the endpoint specified by endpointUri.
    • Method Detail

      • receive

        scala.PartialFunction<java.lang.Object,​scala.runtime.BoxedUnit> receive()
        Deprecated.
        Implementation of Actor.receive. Any messages received by this actor will be produced to the endpoint specified by endpointUri.
        Specified by:
        receive in interface Actor
        Returns:
        (undocumented)