public class ActorComponent
extends org.apache.camel.impl.DefaultComponent
Endpoints that send messages to Consumer actors through an ActorProducer.
The ActorComponent is a Camel Component.
Camel integrates with Akka through this component. The DefaultCamel module adds the
ActorComponent to the CamelContext under the 'actor' component name.
Messages are sent to Consumer actors through a ActorEndpoint that
this component provides.
| Constructor and Description |
|---|
ActorComponent(Camel camel,
akka.actor.ActorSystem system) |
| Modifier and Type | Method and Description |
|---|---|
ActorEndpoint |
createEndpoint(java.lang.String uri,
java.lang.String remaining,
java.util.Map<java.lang.String,java.lang.Object> parameters) |
afterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, validateParameters, validateURIpublic ActorComponent(Camel camel, akka.actor.ActorSystem system)
public ActorEndpoint createEndpoint(java.lang.String uri, java.lang.String remaining, java.util.Map<java.lang.String,java.lang.Object> parameters)
createEndpoint in class org.apache.camel.impl.DefaultComponenturi - (undocumented)remaining - (undocumented)parameters - (undocumented)Component