Package org.onosproject.net.intent
Interface IntentClockService
-
@Beta public interface IntentClockService
Logical clock service that issues per-intent timestamps.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Timestamp
getTimestamp(IntentId intentId)
Returns a new timestamp for the specified intent.
-