| Name | Description | Type | Package | Framework |
| Ack | Positive acknowledgement message (used for application-acknowledged message receipts). | Class | akka.camel | Akka |
| Ack$ | Positive acknowledgement message (used for application-acknowledged message receipts). | Class | akka.camel | Akka |
| Activation | Activation trait that can be used to wait on activation or de-activation of Camel endpoints. | Interface | akka.camel | Akka |
| ActivationProtocol | Class | akka.camel.internal | Akka | |
| ActivationProtocol$ | Class | akka.camel.internal | Akka | |
| ActivationProtocol .ActivationMessage | Super class of all activation messages. | Class | akka.camel.internal.ActivationProtocol | Akka |
| ActivationProtocol .ActivationMessage$ | companion object of ActivationMessageSee Also:Serialized Form | Class | akka.camel.internal.ActivationProtocol | Akka |
| ActivationProtocol .EndpointActivated | Event message indicating that a single endpoint has been activated. | Class | akka.camel.internal.ActivationProtocol | Akka |
| ActivationProtocol .EndpointActivated$ | Class | akka.camel.internal.ActivationProtocol | Akka | |
| ActivationProtocol .EndpointDeActivated | Event message indicating that a single endpoint was de-activated. | Class | akka.camel.internal.ActivationProtocol | Akka |
| ActivationProtocol .EndpointDeActivated$ | Class | akka.camel.internal.ActivationProtocol | Akka | |
| ActivationProtocol .EndpointFailedToActivate | Event message indicating that a single endpoint failed to activate. | Class | akka.camel.internal.ActivationProtocol | Akka |
| ActivationProtocol .EndpointFailedToActivate$ | Class | akka.camel.internal.ActivationProtocol | Akka | |
| ActivationProtocol .EndpointFailedToDeActivate | Event message indicating that a single endpoint failed to de-activate. | Class | akka.camel.internal.ActivationProtocol | Akka |
| ActivationProtocol .EndpointFailedToDeActivate$ | Class | akka.camel.internal.ActivationProtocol | Akka | |
| ActivationTracker | An actor that tracks activation and de-activation of endpoints. | Class | akka.camel.internal | Akka |
| ActorActivationException | Thrown by the registrars to indicate that the actor could not be activated. | Class | akka.camel.internal | Akka |
| ActorComponent | Creates Camel Endpoints that send messages to Consumer actors through an ActorProducer. | Class | akka.camel.internal.component | Akka |
| ActorDeActivationException | Thrown by registrars to indicate that the actor could not be de-activated. | Class | akka.camel.internal | Akka |
| ActorEndpoint | Does what an endpoint does, creates consumers and producers for the component. | Class | akka.camel.internal.component | Akka |
| ActorEndpointConfig | Configures the ActorEndpoint. | Interface | akka.camel.internal.component | Akka |
| ActorEndpointPath | An endpoint to an ActorRef param: actorPath the String representation of the path to the actor | Class | akka.camel.internal.component | Akka |
| ActorEndpointPath$ | Companion of ActorEndpointPathSee Also:Serialized Form | Class | akka.camel.internal.component | Akka |
| ActorNotRegisteredException | Thrown to indicate that the actor referenced by an endpoint URI cannot be found in the actor system. | Class | akka.camel | Akka |
| ActorProducer | Sends the in-message of an exchange to an untyped actor, identified by an ActorEndpointSee Also:ActorComponent, | Class | akka.camel.internal.component | Akka |
| ActorRouteDefinition | Wraps a ProcessorDefinition. | Class | akka.camel | Akka |
| AkkaCamelException | An exception indicating that the exchange to the camel endpoint failed. | Class | akka.camel | Akka |
| AwaitActivation | A request message to the ActivationTracker for the status of activation. | Class | akka.camel.internal | Akka |
| AwaitActivation$ | Class | akka.camel.internal | Akka | |
| AwaitDeActivation | A request message to the ActivationTracker for the status of de-activation. | Class | akka.camel.internal | Akka |
| AwaitDeActivation$ | Class | akka.camel.internal | Akka | |
| Camel | Camel trait encapsulates the underlying camel machinery. | Interface | akka.camel | Akka |
| CamelExchangeAdapter | Adapter for converting an Exchange to and from CamelMessage and FailureResult objects. | Class | akka.camel.internal | Akka |
| CamelExtension | This class can be used to get hold of an instance of the Camel class bound to the actor system. | Class | akka.camel | Akka |
| CamelExtension$ | This class can be used to get hold of an instance of the Camel class bound to the actor system. | Class | akka.camel | Akka |
| CamelMessage | An immutable representation of a Camel message. | Class | akka.camel | Akka |
| CamelMessage$ | Companion object of CamelMessage class. | Class | akka.camel | Akka |
| CamelPath | Converts ActorRefs and actorPaths to URI's that point to the actor through the Camel Actor Component. | Class | akka.camel.internal.component | Akka |
| CamelPath$ | Converts ActorRefs and actorPaths to URI's that point to the actor through the Camel Actor Component. | Class | akka.camel.internal.component | Akka |
| CamelSettings | Settings for the Camel Extension param: config the config | Class | akka.camel | Akka |
| CamelSupervisor | Class | akka.camel.internal | Akka | |
| CamelSupervisor$ | Messages for the camel supervisor, registrations and de-registrations. | Class | akka.camel.internal | Akka |
| CamelSupervisor .AddWatch | Adds a watch for the actorSee Also:Serialized Form | Class | akka.camel.internal.CamelSupervisor | Akka |
| CamelSupervisor .AddWatch$ | Class | akka.camel.internal.CamelSupervisor | Akka | |
| CamelSupervisor .CamelProducerObjects | Provides a Producer with the required camel objects to function. | Class | akka.camel.internal.CamelSupervisor | Akka |
| CamelSupervisor .CamelProducerObjects$ | Class | akka.camel.internal.CamelSupervisor | Akka | |
| CamelSupervisor .DeRegister | De-registers a producer or a consumer. | Class | akka.camel.internal.CamelSupervisor | Akka |
| CamelSupervisor .DeRegister$ | Class | akka.camel.internal.CamelSupervisor | Akka | |
| CamelSupervisor .Register | Registers a consumer or a producer. | Class | akka.camel.internal.CamelSupervisor | Akka |
| CamelSupervisor .Register$ | Class | akka.camel.internal.CamelSupervisor | Akka | |
| CamelSupport | Returns a Camel trait which provides access to the CamelExtension. | Interface | akka.camel | Akka |
| Consumer | Mixed in by Actor implementations that consume message from Camel endpoints. | Interface | akka.camel | Akka |
| Consumer$ | Class | akka.camel | Akka | |
| ConsumerActorRouteBuilder | Builder of a route to a target which can be an actor. | Class | akka.camel.internal | Akka |
| ConsumerConfig | Captures the configuration of the Consumer. | Class | akka.camel | Akka |
| ConsumerConfig$ | Class | akka.camel | Akka | |
| ConsumerRegistrar | Registers Consumers. | Class | akka.camel.internal | Akka |
| ContextProvider | An instance of this class must be instantiable using a no-arg constructor. | Interface | akka.camel | Akka |
| DefaultCamel | Creates an instance of the Camel subsystem. | Class | akka.camel.internal | Akka |
| DefaultContextProvider | Default implementation of ContextProvider Provides a new DefaultCamelContext per actor system | Class | akka.camel | Akka |
| DurationTypeConverter | Class | akka.camel.internal.component | Akka | |
| DurationTypeConverter$ | Class | akka.camel.internal.component | Akka | |
| FailureResult | Class | akka.camel | Akka | |
| FailureResult$ | Class | akka.camel | Akka | |
| MessageResult | Class | akka.camel | Akka | |
| MessageResult$ | Class | akka.camel | Akka | |
| Oneway | Interface | akka.camel | Akka | |
| Producer | Mixed in by Actor implementations to produce messages to Camel endpoints. | Interface | akka.camel | Akka |
| ProducerRegistrar | Registers Producers. | Class | akka.camel.internal | Akka |
| ProducerSupport | Support trait for producing messages to Camel endpoints. | Interface | akka.camel | Akka |
| ProducerSupport .ProducerChild | Class | akka.camel.ProducerSupport | Akka | |
| Registry | Registry for Camel Consumers and Producers. | Class | akka.camel.internal | Akka |
| UntypedConsumerActor | Subclass this abstract class to create an MDB-style untyped consumer actor. | Class | akka.camel.javaapi | Akka |
| UntypedProducerActor | Subclass this abstract class to create an untyped producer actor. | Class | akka.camel.javaapi | Akka |