Interface WriteListener

  • All Known Implementing Classes:
    DefaultWriteListener, WriteListenerSupport

    public interface WriteListener
    Callback interface for when a list of DocumentWriteOperation instances cannot be written to MarkLogic.
    • Method Detail

      • onWriteFailure

        void onWriteFailure​(java.lang.Throwable ex,
                            java.util.List<? extends com.marklogic.client.document.DocumentWriteOperation> items)
      • afterCompletion

        void afterCompletion()