C - Type of associated context@Beta public abstract class AbstractClientActorBehavior<C extends org.opendaylight.controller.cluster.access.client.AbstractClientActorContext> extends Object
AbstractClientActor. Exposes| Modifier and Type | Method and Description |
|---|---|
protected C |
context()
Return an
AbstractClientActorContext associated with this AbstractClientActor. |
protected String |
persistenceId()
Return the persistence identifier associated with this
AbstractClientActor. |
akka.actor.ActorRef |
self()
Return an
ActorRef of this ClientActor. |
@Nonnull protected final C context()
AbstractClientActorContext associated with this AbstractClientActor.@Nonnull protected final String persistenceId()
AbstractClientActor. This identifier should be
used in logging to identify this actor.@Nonnull public final akka.actor.ActorRef self()
ActorRef of this ClientActor.Copyright © 2016 OpenDaylight. All rights reserved.