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
Exception
public static VertxResteasyDeployment start(String bindPath) throws Exception
Exception
public static void start(VertxResteasyDeployment deployment) throws Exception
Exception
public static VertxResteasyDeployment start(String bindPath, SecurityDomain domain) throws Exception
Exception
public static VertxResteasyDeployment start(String bindPath, SecurityDomain domain, VertxResteasyDeployment deployment) throws Exception
Exception
Copyright © 2018 JBoss by Red Hat. All rights reserved.