T - rpc result typepublic interface RequestFutureContext<T>
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<T>> |
getFuture()
Method returns future to be used for handling device requests.
|
void |
setResult(org.opendaylight.yangtools.yang.common.RpcResult<T> result) |
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<T>> getFuture()
void setResult(org.opendaylight.yangtools.yang.common.RpcResult<T> result)
Copyright © 2019 OpenDaylight. All rights reserved.