public abstract class UntypedConsumerActor extends akka.actor.UntypedActor implements Consumer
| Constructor and Description |
|---|
UntypedConsumerActor() |
| Modifier and Type | Method and Description |
|---|---|
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 |
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, getContext, getSelf, getSender, onReceive, postRestart, postStop, preRestart, preStart, receive, self, sender, supervisorStrategy, unhandledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactivationTimeout, autoAck, getRouteDefinitionHandler, onRouteDefinition, preStart, register, replyTimeoutakka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, receive, self, sender, supervisorStrategy, unhandledcamel, camelContextpublic 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.