All Known Implementing Classes:
CompletedFuture, CompoundFuture, DelegatableFuture, OMRSFutureImpl

public interface OMRSFuture
Future wrapper to prevent consumers from directly accessing Futures created by other consumers.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks whether processing for the future has completed.
  • Method Details

    • isDone

      boolean isDone()
      Checks whether processing for the future has completed.
      Returns:
      boolean