public interface TestOperationServiceInCont2Action extends Action<MyCont,InstanceIdentifier<MyCont>,InCont2Input,InCont2Output>, TreeNode
This class represents the following YANG schema fragment defined in module test-operation-service
 action in-cont2 {
   input {
     leaf input-leaf {
       type string;
     }
   }
   output {
     leaf output-leaf {
       type string;
     }
   }
 }
 The schema path to identify an instance is
 test-operation-service/my-cont/in-cont2| Modifier and Type | Method and Description | 
|---|---|
| void | invoke(InCont2Input input,
      InstanceIdentifier<MyCont> ii,
      RpcCallback<InCont2Output> callback) | 
void invoke(InCont2Input input, InstanceIdentifier<MyCont> ii, RpcCallback<InCont2Output> callback)
invoke in interface Action<MyCont,InstanceIdentifier<MyCont>,InCont2Input,InCont2Output>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.