- All Superinterfaces:
- AutoCloseable, ReconciliationNotificationListener
- All Known Implementing Classes:
- FlowNodeReconciliationImpl
public interface FlowNodeReconciliation
extends ReconciliationNotificationListener, AutoCloseable
Implementation provider of this interface will implement reconciliation
functionality for a newly connected node. Implementation is not enforced to
do reconciliation in any specific way, but the higher level intention is to
provide best effort reconciliation of all the configuration
(flow/meter/group) present in configuration data store for the given node.
- Author:
- Vaclav Demcak