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  AbstractClientActorContextassociated with thisAbstractClientActor. | 
| protected @NonNull String | persistenceId()Return the persistence identifier associated with this  AbstractClientActor. | 
| @NonNull akka.actor.ActorRef | self()Return an  ActorRefof this ClientActor. | 
protected final C context()
AbstractClientActorContext associated with this AbstractClientActor.protected final @NonNull String persistenceId()
AbstractClientActor. This identifier should be
 used in logging to identify this actor.public final @NonNull akka.actor.ActorRef self()
ActorRef of this ClientActor.public void close()
close in interface AutoCloseableCopyright © 2019 OpenDaylight. All rights reserved.