public interface TestOperationServiceMyRpcRpc extends Rpc<MyRpcInput,MyRpcOutput>, TreeNode
This class represents the following YANG schema fragment defined in module test-operation-service
rpc my-rpc {
input {
leaf rpc-input-leaf {
type string;
}
}
output {
leaf rpc-output-leaf {
type string;
}
}
}
The schema path to identify an instance is
test-operation-service/my-rpc| Modifier and Type | Method and Description |
|---|---|
void |
invoke(MyRpcInput input,
RpcCallback<MyRpcOutput> callback) |
void invoke(MyRpcInput input, RpcCallback<MyRpcOutput> callback)
invoke in interface Rpc<MyRpcInput,MyRpcOutput>input - Rpc input schema nodecallback - on success/failure callbackCopyright © 2019 OpenDaylight. All rights reserved.