Interface PlatformAsyncResult


  • public interface PlatformAsyncResult
    Represents asynchronous operation result.
    • Method Detail

      • future

        IgniteFuture future()
        Async operation future.
        Returns:
        Future.
      • write

        void write​(BinaryRawWriterEx writer,
                   Object result)
        Async operation result writer method.
        Parameters:
        writer - Writer.
        result - Async operation result.