Interface GridNioFuture<R>

    • Method Detail

      • messageThread

        void messageThread​(boolean msgThread)
        Sets flag indicating that message send future was created in thread that was processing a message.
        Parameters:
        msgThread - True if future was created in thread that is processing message.
      • messageThread

        boolean messageThread()
        Returns:
        True if future was created in thread that was processing message.
      • skipRecovery

        boolean skipRecovery()
        Returns:
        True if skip recovery for this operation.
      • onAckReceived

        void onAckReceived()
        The method will be called when ack received.