| Interface | Description |
|---|---|
| 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.
|
| CamelSupport | |
| Consumer |
Mixed in by Actor implementations that consume message from Camel endpoints.
|
| ContextProvider |
Implement this interface in order to inject a specific CamelContext in a system
An instance of this class must be instantiable using a no-arg constructor.
|
| 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 | Description |
|---|---|
| Ack |
Positive acknowledgement message (used for application-acknowledged message receipts).
|
| Ack$ |
Positive acknowledgement message (used for application-acknowledged message receipts).
|
| ActorRouteDefinition<T extends org.apache.camel.model.ProcessorDefinition<T>> |
Wraps a
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
param: config the config
|
| Consumer$ |
Internal use only.
|
| ConsumerConfig |
INTERNAL API
Captures the configuration of the Consumer.
|
| ConsumerConfig$ | |
| DefaultContextProvider |
Default implementation of
ContextProvider
Provides a new DefaultCamelContext per actor system |
| FailureResult |
INTERNAL API
|
| FailureResult$ | |
| MessageResult |
INTERNAL API
|
| MessageResult$ | |
| ProducerSupport.ProducerChild |
| Exception | Description |
|---|---|
| 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.
|