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 Details

    • INSTANCE

      public static final CompletedFuture INSTANCE
      Future value for the class
  • Method Details

    • isDone

      public boolean isDone()
      Is the action completed?
      Specified by:
      isDone in interface OMRSFuture
      Returns:
      boolean