Interface LoadModulesFailureListener

  • All Known Implementing Classes:
    SimpleLoadModulesFailureListener

    public interface LoadModulesFailureListener
    This 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 Detail

      • processFailure

        void processFailure​(java.lang.Throwable throwable,
                            com.marklogic.client.DatabaseClient databaseClient)