public class VertxContainer extends Object
| Modifier and Type | Field and Description |
|---|---|
static VertxJaxrsServer |
vertx |
| Constructor and Description |
|---|
VertxContainer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static VertxResteasyDeployment |
start() |
static VertxResteasyDeployment |
start(String bindPath) |
static VertxResteasyDeployment |
start(String bindPath,
SecurityDomain domain) |
static VertxResteasyDeployment |
start(String bindPath,
SecurityDomain domain,
VertxResteasyDeployment deployment) |
static void |
start(VertxResteasyDeployment deployment) |
static void |
stop() |
public static VertxJaxrsServer vertx
public static VertxResteasyDeployment start() throws Exception
Exceptionpublic static VertxResteasyDeployment start(String bindPath) throws Exception
Exceptionpublic static void start(VertxResteasyDeployment deployment) throws Exception
Exceptionpublic static VertxResteasyDeployment start(String bindPath, SecurityDomain domain) throws Exception
Exceptionpublic static VertxResteasyDeployment start(String bindPath, SecurityDomain domain, VertxResteasyDeployment deployment) throws Exception
ExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.