Class CompletedFuture
- java.lang.Object
-
- org.odpi.openmetadata.repositoryservices.events.future.CompletedFuture
-
- All Implemented Interfaces:
OMRSFuture
public class CompletedFuture extends Object implements OMRSFuture
Future that represents a task that has already completed.
-
-
Field Summary
Fields Modifier and Type Field Description static CompletedFutureINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDone()Checks whether processing for the future has completed.
-
-
-
Field Detail
-
INSTANCE
public static final CompletedFuture INSTANCE
-
-
Method Detail
-
isDone
public boolean isDone()
Description copied from interface:OMRSFutureChecks whether processing for the future has completed.- Specified by:
isDonein interfaceOMRSFuture- Returns:
- boolean
-
-