public interface OpendaylightMdsalBindingTestGetTopRpc extends Rpc<GetTopInput,GetTopOutput>, TreeNode
This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test
rpc get-top { output { uses two-level-list; } input; }The schema path to identify an instance is opendaylight-mdsal-binding-test/get-top
Modifier and Type | Method and Description |
---|---|
void |
invoke(GetTopInput input,
RpcCallback<GetTopOutput> callback) |
void invoke(GetTopInput input, RpcCallback<GetTopOutput> callback)
invoke
in interface Rpc<GetTopInput,GetTopOutput>
input
- Rpc input schema nodecallback
- on success/failure callbackCopyright © 2019 OpenDaylight. All rights reserved.