public class SessionPreloadForModuleTest
extends java.lang.Object
implements com.hcl.domino.keep.platform.SessionPreload
Empty SessionPreload for Tests that don’t load databases
Constructor and Description |
---|
SessionPreloadForModuleTest() |
Modifier and Type | Method and Description |
---|---|
io.vertx.core.Future<java.lang.Void> |
init(io.vertx.core.Vertx vertx) |
io.vertx.core.Future<java.lang.Void> |
reloadConfig(io.vertx.core.Vertx vertx) |
void |
terminate() |
public io.vertx.core.Future<java.lang.Void> init(io.vertx.core.Vertx vertx)
init
in interface com.hcl.domino.keep.platform.SessionPreload
public io.vertx.core.Future<java.lang.Void> reloadConfig(io.vertx.core.Vertx vertx)
reloadConfig
in interface com.hcl.domino.keep.platform.SessionPreload
public void terminate()
terminate
in interface com.hcl.domino.keep.platform.SessionPreload