Interface TestService

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.RpcService
    All Known Implementing Classes:
    Test

    @Generated("mdsal-binding-generator")
    public interface TestService
    extends org.opendaylight.yangtools.yang.binding.RpcService
    Interface for implementing the following YANG RPCs defined in module test
     rpc test-flow {
       input input {
         leaf dummy {
           type string;
         }
       }
     }
     
    • Method Detail

      • testFlow

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestFlowOutput>> testFlow​(TestFlowInput input)
        Invoke test-flow RPC.
        Parameters:
        input - of test-flow
        Returns:
        output of test-flow