Interface OpendaylightMdsalListTestService

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.RpcService

    public interface OpendaylightMdsalListTestService
    extends org.opendaylight.yangtools.yang.binding.RpcService
    Interface for implementing the following YANG RPCs defined in module opendaylight-mdsal-list-test
     rpc put-top {
       input input {
         uses two-level-list;
       }
     }
     rpc get-top {
       output output {
         uses two-level-list;
       }
     }
     
    • Method Detail

      • putTop

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<PutTopOutput>> putTop​(PutTopInput input)
      • getTop

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetTopOutput>> getTop​(GetTopInput input)