Class AsyncFetchStatus.Pending

java.lang.Object
org.firebirdsql.gds.ng.wire.AsyncFetchStatus.Pending
All Implemented Interfaces:
AsyncFetchStatus
Direct Known Subclasses:
AsyncFetchStatus.CompletedWithException
Enclosing interface:
AsyncFetchStatus

public static sealed class AsyncFetchStatus.Pending extends Object implements AsyncFetchStatus permits AsyncFetchStatus.CompletedWithException
Signals an async fetch pending.
  • Method Details

    • isPending

      public final boolean isPending()
      Description copied from interface: AsyncFetchStatus
      Is this a status signalling an async fetch is pending (which includes having completed with an exception).
      Specified by:
      isPending in interface AsyncFetchStatus
      Returns:
      true if this status is pending