Class WriteListenerSupport

  • All Implemented Interfaces:
    WriteListener
    Direct Known Subclasses:
    DefaultWriteListener

    public class WriteListenerSupport
    extends java.lang.Object
    implements WriteListener
    WriteListener implementors should extend this to avoid issues when methods are added to WriteListener.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterCompletion()  
      void onWriteFailure​(java.lang.Throwable ex, java.util.List<? extends com.marklogic.client.document.DocumentWriteOperation> items)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WriteListenerSupport

        public WriteListenerSupport()
    • Method Detail

      • onWriteFailure

        public void onWriteFailure​(java.lang.Throwable ex,
                                   java.util.List<? extends com.marklogic.client.document.DocumentWriteOperation> items)
        Specified by:
        onWriteFailure in interface WriteListener