Interface LoadModulesFailureListener
-
- All Known Implementing Classes:
SimpleLoadModulesFailureListener
public interface LoadModulesFailureListenerThis is just for loading REST modules, which DefaultModulesLoader loads by default in parallel. The DatabaseClient is provided so that the implementation can e.g. capture information about the host and port in use.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessFailure(java.lang.Throwable throwable, com.marklogic.client.DatabaseClient databaseClient)
-