Interface WriteCallback

    • Method Detail

      • writeFailed

        void writeFailed​(Throwable x)
        Deprecated.

        Callback invoked when the write fails.

        Parameters:
        x - the reason for the write failure
      • writeSuccess

        void writeSuccess()
        Deprecated.

        Callback invoked when the write completes.

        See Also:
        writeFailed(Throwable)