Interface OpendaylightTestRpcServiceService

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

    public interface OpendaylightTestRpcServiceService
    extends org.opendaylight.yangtools.yang.binding.RpcService
    Interface for implementing the following YANG RPCs defined in module opendaylight-test-rpc-service
     rpc rock-the-house {
       input input {
         leaf zip-code {
           type string;
         }
       }
     }
     
    • Method Detail

      • rockTheHouse

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<RockTheHouseOutput>> rockTheHouse​(RockTheHouseInput input)