Class SalAsyncConfigServiceImpl

    • Method Detail

      • setAsync

        public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SetAsyncOutput>> setAsync​(SetAsyncInput input)
        Description copied from interface: SalAsyncConfigService
        Invoke set-async RPC.
             
                 Controller to switch message set configuration.
             
         
        Specified by:
        setAsync in interface SalAsyncConfigService
        Parameters:
        input - of set-async
        Returns:
        output of set-async
      • getAsync

        public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAsyncOutput>> getAsync​(GetAsyncInput input)
        Description copied from interface: SalAsyncConfigService
        Invoke get-async RPC.
             
                 Controller to switch message get configuration.
             
         
        Specified by:
        getAsync in interface SalAsyncConfigService
        Parameters:
        input - of get-async
        Returns:
        output of get-async