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

@Generated("mdsal-binding-generator") public interface FrmReconciliationService 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<ReconcileNodeOutput>>
    Invoke reconcile-node RPC.
  • Method Details

    • reconcileNode

      @CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileNodeOutput>> reconcileNode(ReconcileNodeInput input)
      Invoke reconcile-node RPC.
           
               Executes reconciliation between the controller and node
           
       
      Parameters:
      input - of reconcile-node
      Returns:
      output of reconcile-node