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

@Generated("mdsal-binding-generator") public interface SalAsyncConfigService 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<GetAsyncOutput>>
    Invoke get-async RPC.
    com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SetAsyncOutput>>
    Invoke set-async RPC.
  • Method Details

    • setAsync

      @CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SetAsyncOutput>> setAsync(SetAsyncInput input)
      Invoke set-async RPC.
           
               Controller to switch message set configuration.
           
       
      Parameters:
      input - of set-async
      Returns:
      output of set-async
    • getAsync

      @CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAsyncOutput>> getAsync(GetAsyncInput input)
      Invoke get-async RPC.
           
               Controller to switch message get configuration.
           
       
      Parameters:
      input - of get-async
      Returns:
      output of get-async