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)
        Invoke put-top RPC.
        Parameters:
        input - of put-top
        Returns:
        output of put-top
      • getTop

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetTopOutput>> getTop​(GetTopInput input)
        Invoke get-top RPC.
        Parameters:
        input - of get-top
        Returns:
        output of get-top