Class ClientActorContext

java.lang.Object
org.opendaylight.controller.cluster.access.client.ClientActorContext
All Implemented Interfaces:
Identifiable<ClientIdentifier>, Mutable

public class ClientActorContext extends Object implements Identifiable<ClientIdentifier>
An actor context associated with this AbstractClientActor.

Time-keeping in a client actor is based on monotonic time. The precision of this time can be expected to be the same as System.nanoTime(), but it is not tied to that particular clock. Actor clock is exposed as a Ticker, which can be obtained via ticker(). This class is thread-safe.