Skip navigation links
B F L O V W 

B

build() - Method in class org.opendaylight.serviceutils.tools.rpc.FutureRpcResults.FutureRpcResultBuilder
Builds the Future RpcResult.

F

fromBuilder(Logger, String, I, Callable<Builder<O>>) - Static method in class org.opendaylight.serviceutils.tools.rpc.FutureRpcResults
 
fromBuilder(Logger, I, Callable<Builder<O>>) - Static method in class org.opendaylight.serviceutils.tools.rpc.FutureRpcResults
 
fromListenableFuture(Logger, I, Callable<ListenableFuture<O>>) - Static method in class org.opendaylight.serviceutils.tools.rpc.FutureRpcResults
Create a Builder for a ListenableFuture to Future<RpcResult<O>> transformer.
fromListenableFuture(Logger, String, I, Callable<ListenableFuture<O>>) - Static method in class org.opendaylight.serviceutils.tools.rpc.FutureRpcResults
Create a Builder for a ListenableFuture to Future<RpcResult<O>> transformer.
FutureRpcResults - Class in org.opendaylight.serviceutils.tools.rpc
Utility to simplify correctly handling transformation of Future of RpcResult to return.
FutureRpcResults.FutureRpcResultBuilder<I,O> - Class in org.opendaylight.serviceutils.tools.rpc
 
FutureRpcResults.LogLevel - Enum in org.opendaylight.serviceutils.tools.rpc
 

L

log(Logger, String, Object...) - Method in enum org.opendaylight.serviceutils.tools.rpc.FutureRpcResults.LogLevel
 

O

onEnterLogLevel(FutureRpcResults.LogLevel) - Method in class org.opendaylight.serviceutils.tools.rpc.FutureRpcResults.FutureRpcResultBuilder
Sets a custom on-enter SLF4J logging level.
onFailure(Consumer<Throwable>) - Method in class org.opendaylight.serviceutils.tools.rpc.FutureRpcResults.FutureRpcResultBuilder
Sets a custom on-failure action, for a given exception.
onFailureLogLevel(FutureRpcResults.LogLevel) - Method in class org.opendaylight.serviceutils.tools.rpc.FutureRpcResults.FutureRpcResultBuilder
Sets a custom on-failure SLF4J logging level, in case of an exception.
onSuccess(Consumer<O>) - Method in class org.opendaylight.serviceutils.tools.rpc.FutureRpcResults.FutureRpcResultBuilder
Sets a custom on-success action, for a given output.
onSuccessLogLevel(FutureRpcResults.LogLevel) - Method in class org.opendaylight.serviceutils.tools.rpc.FutureRpcResults.FutureRpcResultBuilder
Sets a custom on-success SLF4J logging level.
org.opendaylight.serviceutils.tools.rpc - package org.opendaylight.serviceutils.tools.rpc
 

V

valueOf(String) - Static method in enum org.opendaylight.serviceutils.tools.rpc.FutureRpcResults.LogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.opendaylight.serviceutils.tools.rpc.FutureRpcResults.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

withRpcErrorMessage(Function<Throwable, String>) - Method in class org.opendaylight.serviceutils.tools.rpc.FutureRpcResults.FutureRpcResultBuilder
Set a custom RpcError message function, for a given exception.
B F L O V W 
Skip navigation links

Copyright © 2019 OpenDaylight. All rights reserved.