
io.nosqlbench.docsys.api.DocsysStaticManifest Maven / Gradle / Ivy
package io.nosqlbench.docsys.api;
/**
* At runtime, any instances of this service will be used to find
* paths to be hosted as static content.
*/
public interface DocsysStaticManifest {
DocsBinder getDocs();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy