Interface WriteCallback

    • Method Detail

      • writeFailed

        void writeFailed​(java.lang.Throwable x)

        Callback invoked when the write fails.

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

        void writeSuccess()

        Callback invoked when the write completes.

        See Also:
        writeFailed(Throwable)