public class VertxLifecycleAspect extends Object
| Modifier and Type | Field and Description |
|---|---|
org.springframework.context.ApplicationContext |
context |
| Constructor and Description |
|---|
VertxLifecycleAspect() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterStart(org.aspectj.lang.JoinPoint joinPoint) |
void |
afterStop(org.aspectj.lang.JoinPoint joinPoint)
When a verticle will be stopped the stop() method will be executed.
|
public void afterStop(org.aspectj.lang.JoinPoint joinPoint)
joinPoint - the verticle stop methodpublic void afterStart(org.aspectj.lang.JoinPoint joinPoint)
Copyright © 2015. All rights reserved.