@Beta @FunctionalInterface public interface Action<P extends InstanceIdentifier<?>,I extends RpcInput,O extends RpcOutput>
action
.Modifier and Type | Method and Description |
---|---|
@NonNull com.google.common.util.concurrent.FluentFuture<org.opendaylight.yangtools.yang.common.RpcResult<O>> |
invoke(P path,
I input)
Invoke the action.
|
@CheckReturnValue @NonNull com.google.common.util.concurrent.FluentFuture<org.opendaylight.yangtools.yang.common.RpcResult<O>> invoke(P path, I input)
path
- Invocation pathinput
- Input argumentNullPointerException
- if any of the arguments are nullCopyright © 2019 OpenDaylight. All rights reserved.