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.FluentFuture<RpcResult<T>> |
RpcResultBuilder.buildFuture()
Builds RpcResult and wraps it in a Future.
|
Modifier and Type | Method and Description |
---|---|
static <T> RpcResultBuilder<T> |
RpcResultBuilder.from(RpcResult<T> other)
Returns a builder from another RpcResult.
|
Copyright © 2019 OpenDaylight. All rights reserved.