public abstract class AbstractAuthServiceVerticle extends AbstractVerticle
| Modifier and Type | Field and Description |
|---|---|
static String |
REAPER_PERIOD
The name of the field in the config which holds the reaper period to use, in ms
|
protected AuthService |
service |
context, vertx| Constructor and Description |
|---|
AbstractAuthServiceVerticle() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AuthService |
createService() |
void |
start() |
void |
stop() |
config, deploymentID, getVertx, init, processArgs, start, stoppublic static final String REAPER_PERIOD
protected AuthService service
public void start()
throws Exception
start in class AbstractVerticleExceptionpublic void stop()
throws Exception
stop in class AbstractVerticleExceptionprotected abstract AuthService createService()
Copyright © 2015. All Rights Reserved.