java.lang.Object
org.odpi.openmetadata.repositoryservices.events.future.OMRSFutureImpl
All Implemented Interfaces:
OMRSFuture

public class OMRSFutureImpl extends Object implements OMRSFuture
Implementation of OMRSFuture
  • Constructor Details

    • OMRSFutureImpl

      public OMRSFutureImpl(Future<?> future)
      Constructor
      Parameters:
      future - future to nest
  • Method Details

    • isDone

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