Interface WriteCallback


  • public interface WriteCallback
    Callback for Write events.
    • 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)