public interface SessionPreload
Interface used in a ThreadLocal context to establish a heart beat with the backend Domino Launch retrieves the actual implementation from the KeepFactory
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()
Shut down heart beat.
|
io.vertx.core.Future<java.lang.Void> init(io.vertx.core.Vertx vertx)
vertx
- Vertx instanceio.vertx.core.Future<java.lang.Void> reloadConfig(io.vertx.core.Vertx vertx)
vertx
- Vertx instancevoid terminate()
Shut down heart beat. Usually called on Keep shutdown or restart