|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Camel
Camel trait encapsulates the underlying camel machinery.
'''Note:''' CamelContext and ProducerTemplate are stopped when the associated actor system is shut down.
This trait can be obtained through the CamelExtension object.
| Method Summary | |
|---|---|
org.apache.camel.impl.DefaultCamelContext |
context()
Underlying camel context. |
CamelSettings |
settings()
The settings for the CamelExtension |
ActorRef |
supervisor()
For internal use only. |
ActorSystem |
system()
For internal use only. |
org.apache.camel.ProducerTemplate |
template()
The Camel ProducerTemplate. |
| Methods inherited from interface akka.camel.Activation |
|---|
activationFutureFor, deactivationFutureFor |
| Method Detail |
|---|
org.apache.camel.impl.DefaultCamelContext context()
It can be used to configure camel manually, i.e. when the user wants to add new routes or endpoints, i.e.
camel.context.addRoutes(...)
@see org.apache.camel.impl.DefaultCamelContext
org.apache.camel.ProducerTemplate template()
org.apache.camel.ProducerTemplateCamelSettings settings()
ActorRef supervisor()
ActorSystem system()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||