akka.camel
Interface Oneway

All Superinterfaces:
Actor, CamelSupport, Producer, ProducerSupport

public interface Oneway
extends Producer

A one-way producer.


Nested Class Summary
 
Nested classes/interfaces inherited from interface akka.actor.Actor
Actor.emptyBehavior$
 
Method Summary
 boolean oneway()
          If set to false (default), this producer expects a response message from the Camel endpoint.
 
Methods inherited from interface akka.camel.Producer
receive
 
Methods inherited from interface akka.camel.ProducerSupport
endpointUri, headersToCopy, headersToCopyDefault, preStart, produce, register, routeResponse, transformOutgoingMessage, transformResponse
 
Methods inherited from interface akka.actor.Actor
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, self, sender, supervisorStrategy, unhandled
 
Methods inherited from interface akka.camel.CamelSupport
camel, camelContext
 

Method Detail

oneway

boolean oneway()
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)