Package com.marklogic.client.ext.batch
Class DefaultWriteListener
- java.lang.Object
-
- com.marklogic.client.ext.batch.WriteListenerSupport
-
- com.marklogic.client.ext.batch.DefaultWriteListener
-
- All Implemented Interfaces:
WriteListener
public class DefaultWriteListener extends WriteListenerSupport
-
-
Constructor Summary
Constructors Constructor Description DefaultWriteListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterCompletion()voidonWriteFailure(java.lang.Throwable ex, java.util.List<? extends com.marklogic.client.document.DocumentWriteOperation> items)
-
-
-
Method Detail
-
onWriteFailure
public void onWriteFailure(java.lang.Throwable ex, java.util.List<? extends com.marklogic.client.document.DocumentWriteOperation> items)- Specified by:
onWriteFailurein interfaceWriteListener- Overrides:
onWriteFailurein classWriteListenerSupport
-
afterCompletion
public void afterCompletion()
- Specified by:
afterCompletionin interfaceWriteListener- Overrides:
afterCompletionin classWriteListenerSupport
-
-