@FunctionalInterface public interface ListAction<P extends TreeNode,K extends org.opendaylight.yangtools.concepts.Identifier,I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>> extends Action<P,KeyedInstanceIdentifier<P,K>,I,O>
Modifier and Type | Method and Description |
---|---|
void |
invoke(I input,
KeyedInstanceIdentifier<P,K> kii,
RpcCallback<O> callback) |
void invoke(I input, KeyedInstanceIdentifier<P,K> kii, RpcCallback<O> callback)
invoke
in interface Action<P extends TreeNode,KeyedInstanceIdentifier<P extends TreeNode,K extends org.opendaylight.yangtools.concepts.Identifier>,I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>>
input
- Action input schema nodekii
- implicit KeyedInstanceIdentifier connected to action, according to https://tools.ietf.org/html/rfc7950callback
- on success/failure callbackCopyright © 2019 OpenDaylight. All rights reserved.