public interface TopologyChangeDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
triggerCompile(Iterable<Key> intentIds,
boolean compileAllFailed)
Notifies that topology has changed in such a way that the specified
intents should be recompiled.
|
void triggerCompile(Iterable<Key> intentIds, boolean compileAllFailed)
compileAllFailed parameter
is true, then all intents in IntentState.FAILED
state should be compiled as well.intentIds - intents that should be recompiledcompileAllFailed - true implies full compile of all failed intents
is required; false for selective recompile only