| Package | Description | 
|---|---|
| org.opendaylight.yangtools.yang.common | 
| Modifier and Type | Method and Description | 
|---|---|
RpcResult<T> | 
RpcResultBuilder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<RpcResult<T>> | 
RpcResultBuilder.buildFuture()
Builds RpcResult and wraps it in a Future
 This is a convenience method to assist those writing rpcs
 that produce immediate results. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> RpcResultBuilder<T> | 
RpcResultBuilder.from(RpcResult<T> other)
Returns a builder from another RpcResult. 
 | 
Copyright © 2018 OpenDaylight. All rights reserved.