@FunctionalInterface public interface Action<P extends TreeNode,D extends InstanceIdentifier<P>,I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>> extends Operation
Modifier and Type | Method and Description |
---|---|
void |
invoke(I input,
D ii,
RpcCallback<O> callback) |
void invoke(I input, D ii, RpcCallback<O> callback)
input
- Action input schema nodeii
- implicit InstanceIdentifier connected to action, according to https://tools.ietf.org/html/rfc7950callback
- on success/failure callbackCopyright © 2019 OpenDaylight. All rights reserved.