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 |
---|---|
@Nullable ClientActorBehavior<T> |
InternalCommand.execute(@NonNull ClientActorBehavior<T> currentBehavior)
Run command actions.
|
protected abstract ClientActorBehavior<?> |
AbstractClientActor.initialBehavior(ClientActorContext context) |
protected abstract @Nullable ClientActorBehavior<T> |
ClientActorBehavior.onCommand(@NonNull Object command)
Override this method to handle any command which is not handled by the base behavior.
|
Modifier and Type | Method and Description |
---|---|
@Nullable ClientActorBehavior<T> |
InternalCommand.execute(@NonNull ClientActorBehavior<T> currentBehavior)
Run command actions.
|
Copyright © 2019 OpenDaylight. All rights reserved.