Package org.onosproject.net.intent
Interface IntentBatchDelegate
-
@Beta public interface IntentBatchDelegate
Facade for receiving notifications from the intent batch service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(Collection<IntentData> operations)
Submits the specified batch of intent operations for processing.
-
-
-
Method Detail
-
execute
void execute(Collection<IntentData> operations)
Submits the specified batch of intent operations for processing.- Parameters:
operations
- batch of operations
-
-