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

  • Method Details

    • isDone

      public boolean isDone()
      Description copied from interface: OMRSFuture
      Checks whether processing for the future has completed.
      Specified by:
      isDone in interface OMRSFuture
      Returns:
      boolean