Interface FrmReconciliationService
- 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 TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileNodeOutput>>
reconcileNode
(ReconcileNodeInput input) Invokereconcile-node
RPC.
-
Method Details
-
reconcileNode
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<ReconcileNodeOutput>> reconcileNode(ReconcileNodeInput input) Invokereconcile-node
RPC.Executes reconciliation between the controller and node
- Parameters:
input
- ofreconcile-node
- Returns:
- output of
reconcile-node
-