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