public class ConsumerRegistrar extends java.lang.Object implements Actor, CamelSupport
Actor.emptyBehavior$, Actor.ignoringBehavior$
Constructor and Description |
---|
ConsumerRegistrar(ActorRef activationTracker) |
Modifier and Type | Method and Description |
---|---|
protected Camel |
camel()
INTERNAL API
Returns a
Camel trait which provides access to the CamelExtension. |
ActorContext |
context()
Stores the context for this actor, including self, and sender.
|
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
receive()
This defines the initial actor behavior, it must return a partial function
with the actor logic.
|
ActorRef |
self()
The 'self' field holds the ActorRef for this actor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, postRestart, postStop, preRestart, preStart, sender, supervisorStrategy, unhandled
camelContext
public ConsumerRegistrar(ActorRef activationTracker)
protected Camel camel()
CamelSupport
Camel
trait which provides access to the CamelExtension.camel
in interface CamelSupport
public ActorContext context()
Actor
forward
.
WARNING: Only valid within the Actor itself, so do not close over it and publish it to other threads!
ActorContext
is the Scala API. getContext
returns a
UntypedActorContext
, which is the Java API of the actor
context.
public final ActorRef self()
Actor
self ! message