Package | Description |
---|---|
org.opendaylight.controller.cluster.access.client |
This package contains the baseline client infrastructure required to implement clients accessing the data store.
|
Modifier and Type | Method and Description |
---|---|
ClientActorBehavior<T> |
InternalCommand.execute(ClientActorBehavior<T> currentBehavior)
Run command actions.
|
protected abstract ClientActorBehavior<?> |
AbstractClientActor.initialBehavior(ClientActorContext context) |
protected abstract ClientActorBehavior<T> |
ClientActorBehavior.onCommand(Object command)
Override this method to handle any command which is not handled by the base behavior.
|
Modifier and Type | Method and Description |
---|---|
ClientActorBehavior<T> |
InternalCommand.execute(ClientActorBehavior<T> currentBehavior)
Run command actions.
|
Copyright © 2019 OpenDaylight. All rights reserved.