public abstract class UntypedConsumerActor extends UntypedActor implements Consumer
Actor.emptyBehavior$, Actor.ignoringBehavior$| Constructor and Description |
|---|
UntypedConsumerActor() |
| Modifier and Type | Method and Description |
|---|---|
protected Camel |
camel()
INTERNAL API
Returns a
Camel trait which provides access to the CamelExtension. |
java.lang.String |
endpointUri()
Must return the Camel endpoint URI that the consumer wants to consume messages from.
|
protected Activation |
getActivation()
Java API: Returns the
Activation interface
that can be used to wait on activation or de-activation of Camel endpoints. |
protected org.apache.camel.impl.DefaultCamelContext |
getCamelContext()
Java API: Returns the
DefaultCamelContext |
abstract java.lang.String |
getEndpointUri()
Java API: Returns the Camel endpoint URI to consume messages from.
|
protected org.apache.camel.ProducerTemplate |
getProducerTemplate()
Java API: Returns the
ProducerTemplate |
context, getContext, getSelf, getSender, onReceive, postRestart, postStop, preRestart, preStart, receive, self, supervisorStrategy, unhandledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactivationTimeout, autoAck, getRouteDefinitionHandler, onRouteDefinition, preStart, register, replyTimeoutaroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, receive, self, sender, supervisorStrategy, unhandledcamelContextprotected Camel camel()
CamelSupportCamel trait which provides access to the CamelExtension.camel in interface CamelSupportpublic final java.lang.String endpointUri()
ConsumerendpointUri in interface Consumerpublic abstract java.lang.String getEndpointUri()
protected org.apache.camel.impl.DefaultCamelContext getCamelContext()
DefaultCamelContextprotected org.apache.camel.ProducerTemplate getProducerTemplate()
ProducerTemplateprotected Activation getActivation()
Activation interface
that can be used to wait on activation or de-activation of Camel endpoints.