@FunctionalInterface public interface Action<P extends TreeNode,I extends Input<I> & Instantiable<I>,O extends Output<O> & Instantiable<O>> extends Operation
| Modifier and Type | Method and Description | 
|---|---|
void | 
invoke(I input,
      InstanceIdentifier<P> ii,
      RpcCallback<O> callback)  | 
void invoke(I input, InstanceIdentifier<P> 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 © 2018 OpenDaylight. All rights reserved.