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, unhandled
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
activationTimeout, autoAck, getRouteDefinitionHandler, onRouteDefinition, preStart, register, replyTimeout
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, receive, self, sender, supervisorStrategy, unhandled
camel, camelContext
public final java.lang.String endpointUri()
Consumer
endpointUri
in interface Consumer
public abstract java.lang.String getEndpointUri()
protected org.apache.camel.impl.DefaultCamelContext getCamelContext()
DefaultCamelContext
protected org.apache.camel.ProducerTemplate getProducerTemplate()
ProducerTemplate
protected Activation getActivation()
Activation
interface
that can be used to wait on activation or de-activation of Camel endpoints.