Class CompletedFuture
java.lang.Object
org.odpi.openmetadata.repositoryservices.events.future.CompletedFuture
- All Implemented Interfaces:
OMRSFuture
Future that represents a task that has already completed.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanisDone()Checks whether processing for the future has completed.
-
Field Details
-
INSTANCE
-
-
Method Details
-
isDone
public boolean isDone()Description copied from interface:OMRSFutureChecks whether processing for the future has completed.- Specified by:
isDonein interfaceOMRSFuture- Returns:
- boolean
-