Class SimpleLoadModulesFailureListener
- java.lang.Object
-
- com.marklogic.client.ext.helper.LoggingObject
-
- com.marklogic.client.ext.modulesloader.impl.SimpleLoadModulesFailureListener
-
- All Implemented Interfaces:
LoadModulesFailureListener,java.util.function.Supplier<java.lang.Throwable>
public class SimpleLoadModulesFailureListener extends LoggingObject implements LoadModulesFailureListener, java.util.function.Supplier<java.lang.Throwable>
-
-
Field Summary
-
Fields inherited from class com.marklogic.client.ext.helper.LoggingObject
logger
-
-
Constructor Summary
Constructors Constructor Description SimpleLoadModulesFailureListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwableget()voidprocessFailure(java.lang.Throwable throwable, com.marklogic.client.DatabaseClient databaseClient)-
Methods inherited from class com.marklogic.client.ext.helper.LoggingObject
format
-
-
-
-
Method Detail
-
processFailure
public void processFailure(java.lang.Throwable throwable, com.marklogic.client.DatabaseClient databaseClient)- Specified by:
processFailurein interfaceLoadModulesFailureListener
-
get
public java.lang.Throwable get()
- Specified by:
getin interfacejava.util.function.Supplier<java.lang.Throwable>
-
-