Package akka.camel

Interface Summary
Activation Activation trait that can be used to wait on activation or de-activation of Camel endpoints.
Camel Camel trait encapsulates the underlying camel machinery.
Consumer Mixed in by Actor implementations that consume message from Camel endpoints.
Oneway A one-way producer.
Producer Mixed in by Actor implementations to produce messages to Camel endpoints.
ProducerSupport Support trait for producing messages to Camel endpoints.
 

Class Summary
Ack Positive acknowledgement message (used for application-acknowledged message receipts).
Ack$ Positive acknowledgement message (used for application-acknowledged message receipts).
ActorRouteDefinition<T extends > Wraps a org.apache.camel.model.ProcessorDefinition.
CamelExtension This class can be used to get hold of an instance of the Camel class bound to the actor system.
CamelExtension$ This class can be used to get hold of an instance of the Camel class bound to the actor system.
CamelMessage An immutable representation of a Camel message.
CamelMessage$ Companion object of CamelMessage class.
CamelSettings Settings for the Camel Extension
ProducerSupport.ProducerChild  
 

Exception Summary
ActorNotRegisteredException Thrown to indicate that the actor referenced by an endpoint URI cannot be found in the actor system.
AkkaCamelException An exception indicating that the exchange to the camel endpoint failed.