Class OMRSFutureImpl
java.lang.Object
org.odpi.openmetadata.repositoryservices.events.future.OMRSFutureImpl
- All Implemented Interfaces:
OMRSFuture
Implementation of
OMRSFuture
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isDone()
Checks whether processing for the future has completed.
-
Constructor Details
-
OMRSFutureImpl
Constructor- Parameters:
future
- future to nest
-
-
Method Details
-
isDone
public boolean isDone()Checks whether processing for the future has completed.- Specified by:
isDone
in interfaceOMRSFuture
- Returns:
- whether the processing for the future has completed
-