Package akka.camel
Interface CamelSupport
-
- All Known Subinterfaces:
Consumer
,Oneway
,Producer
,ProducerSupport
- All Known Implementing Classes:
CamelSupervisor
,ConsumerRegistrar
,ProducerRegistrar
,Registry
,UntypedConsumerActor
,UntypedProducerActor
public interface CamelSupport
INTERNAL API Returns aCamel
trait which provides access to the CamelExtension.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
akka$camel$CamelSupport$_setter_$camel_$eq(Camel x$1)
Camel
camel()
INTERNAL API Returns aCamel
trait which provides access to the CamelExtension.org.apache.camel.impl.DefaultCamelContext
camelContext()
Returns the CamelContext.
-
-
-
Method Detail
-
akka$camel$CamelSupport$_setter_$camel_$eq
void akka$camel$CamelSupport$_setter_$camel_$eq(Camel x$1)
-
camel
Camel camel()
INTERNAL API Returns aCamel
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)
-
-