Interface ConfigurationCacheProgressEvent
- All Superinterfaces:
ProgressEvent
- All Known Subinterfaces:
ConfigurationCacheFinishEvent, ConfigurationCacheStartEvent
Root interface for events that signal progress of configuration caching.
- Since:
- 9.8.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the operation for which progress is reported.Methods inherited from interface ProgressEvent
getDisplayName, getEventTime
-
Method Details
-
getDescriptor
ConfigurationCacheOperationDescriptor getDescriptor()Description copied from interface:ProgressEventReturns the description of the operation for which progress is reported.- Specified by:
getDescriptorin interfaceProgressEvent- Returns:
- The description of the operation.
-