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
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<TestFlowOutput>>
    Invoke test-flow RPC.
  • Method Details

    • 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