| Modifier and Type | Method and Description |
|---|---|
ClientActorBehavior |
RequestCallback.complete(org.opendaylight.controller.cluster.access.concepts.Response<?,?> response)
Invoked when a particular request completes.
|
ClientActorBehavior |
InternalCommand.execute(ClientActorBehavior currentBehavior)
Run command actions.
|
protected abstract ClientActorBehavior |
AbstractClientActor.initialBehavior(ClientActorContext context) |
protected abstract ClientActorBehavior |
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 |
InternalCommand.execute(ClientActorBehavior currentBehavior)
Run command actions.
|
Copyright © 2016 OpenDaylight. All rights reserved.