C - Type of associated context@Beta public abstract class AbstractClientActorBehavior<C extends org.opendaylight.controller.cluster.access.client.AbstractClientActorContext> extends Object implements AutoCloseable
AbstractClientActor.| Modifier and Type | Method and Description |
|---|---|
void |
close() |
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.public void close()
close in interface AutoCloseableCopyright © 2019 OpenDaylight. All rights reserved.