Interface | Description |
---|---|
ActorEndpointConfig |
INTERNAL API
Configures the
ActorEndpoint . |
Class | Description |
---|---|
ActorComponent |
INTERNAL API
Creates Camel
Endpoint s that send messages to Consumer actors through an ActorProducer . |
ActorEndpoint |
INTERNAL API
Does what an endpoint does, creates consumers and producers for the component.
|
ActorEndpointPath |
INTERNAL API
An endpoint to an
ActorRef
param: actorPath the String representation of the path to the actor |
ActorEndpointPath$ |
INTERNAL API
Companion of
ActorEndpointPath |
ActorProducer |
Sends the in-message of an exchange to an untyped actor, identified by an
ActorEndpoint |
CamelPath |
Converts ActorRefs and actorPaths to URI's that point to the actor through the Camel Actor Component.
|
CamelPath$ |
Converts ActorRefs and actorPaths to URI's that point to the actor through the Camel Actor Component.
|
DurationTypeConverter |
INTERNAL API
Converts Strings to
Duration |
DurationTypeConverter$ |
INTERNAL API
Converts Strings to
Duration |