@Deprecated public interface NavuCdbConfigDiffIterateExtended extends NavuCdbConfigDiffIterate
For each entry in the change set one invocation per entry is done
on the iterate
method supplying the same instance of
NavuCdbSubscriptionConfigContext
for the entire change set.
The postiterate method is called after all diff set entries has been processed.
NOTE: The postiterate method MUST NOT under any circumstances hang subsequent execution of the subscriber thread which could lead to the whole NCS could hang indefinitely.
Modifier and Type | Method and Description |
---|---|
void |
postiterate()
Deprecated.
This method is invoked by the NavuCdbConfigSubscriber
after after the last of diff entry change.
|
void |
preiterate()
Deprecated.
This method is invoked by the NavuCdbConfigSubscriber
prior the first diff entry change.
|
iterate