Class GridNioEmbeddedFuture<R>

    • Constructor Detail

      • GridNioEmbeddedFuture

        public GridNioEmbeddedFuture()
    • Method Detail

      • onDone

        public void onDone​(@Nullable
                           @Nullable GridNioFuture<R> delegate,
                           @Nullable
                           @Nullable Throwable err)
        Callback to notify that future is finished. Note that if non-null exception is passed in the result value will be ignored.
        Parameters:
        delegate - Optional result.
        err - Optional error.