T
- the result value typepublic interface RpcResult<T>
Modifier and Type | Method and Description |
---|---|
Collection<RpcError> |
getErrors()
Returns a set of errors and warnings which occurred during processing
the call.
|
T |
getResult()
Returns the value result of the call or null if no result is available.
|
boolean |
isSuccessful()
Returns whether or not processing of the call was successful.
|
boolean isSuccessful()
T getResult()
Collection<RpcError> getErrors()
RpcError
Copyright © 2017 OpenDaylight. All rights reserved.