akka.camel
Interface CamelSupport

All Known Subinterfaces:
Consumer, Oneway, Producer, ProducerSupport
All Known Implementing Classes:
CamelSupervisor, ConsumerRegistrar, ProducerRegistrar, Registry, UntypedConsumerActor, UntypedProducerActor

public interface CamelSupport


Method Summary
 Camel camel()
          INTERNAL API Returns a Camel trait which provides access to the CamelExtension.
 org.apache.camel.impl.DefaultCamelContext camelContext()
          Returns the CamelContext.
 

Method Detail

camel

Camel camel()
INTERNAL API Returns a Camel trait which provides access to the CamelExtension.

Returns:
(undocumented)

camelContext

org.apache.camel.impl.DefaultCamelContext camelContext()
Returns the CamelContext. The camelContext is defined implicit for simplifying the use of CamelMessage from the Scala API.

Returns:
(undocumented)