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()
If your verticle does a simple, synchronous start-up then override this method and put your start-up
code in there.
|
void |
stop()
If your verticle has simple synchronous clean-up tasks to complete then override this method and put your clean-up
code in there.
|
config, deploymentID, getVertx, init, processArgs, start, stoppublic static final String REAPER_PERIOD
protected AuthService service
public void start()
throws Exception
AbstractVerticlestart in class AbstractVerticleExceptionpublic void stop()
throws Exception
AbstractVerticlestop in class AbstractVerticleExceptionprotected abstract AuthService createService()
Copyright © 2015. All Rights Reserved.