@ApplicationScoped public class VertxServiceImpl extends Object implements VertxService
| Constructor and Description |
|---|
VertxServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
deactivate() |
org.vertx.java.core.Vertx |
getVertx() |
void |
setVertx(org.vertx.java.core.Vertx vertx) |
@PostConstruct public void activate() throws Exception
Exception@PreDestroy public void deactivate()
public org.vertx.java.core.Vertx getVertx()
getVertx in interface VertxServicepublic void setVertx(org.vertx.java.core.Vertx vertx)
Copyright © 2011–2014 Red Hat. All rights reserved.