@FunctionalInterface public interface RequestCallback
| Modifier and Type | Method and Description |
|---|---|
ClientActorBehavior |
complete(org.opendaylight.controller.cluster.access.concepts.Response<?,?> response)
Invoked when a particular request completes.
|
@Nullable ClientActorBehavior complete(@Nonnull org.opendaylight.controller.cluster.access.concepts.Response<?,?> response)
response - Response to the requestCopyright © 2016 OpenDaylight. All rights reserved.