Package akka.camel

Interface Oneway

  • All Superinterfaces:
    Actor, CamelSupport, Producer, ProducerSupport

    public interface Oneway
    extends Producer
    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.
    A one-way producer.

    • Method Detail

      • oneway

        boolean oneway()
        Deprecated.
        Description copied from interface: ProducerSupport
        If set to false (default), this producer expects a response message from the Camel endpoint. If set to true, this producer initiates an in-only message exchange with the Camel endpoint (fire and forget).
        Specified by:
        oneway in interface ProducerSupport
        Returns:
        (undocumented)