public class Server extends Object
| Constructor and Description |
|---|
Server() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> asyncAssertSuccess) |
protected io.vertx.rxjava.ext.sql.SQLClient |
createDbClient(io.vertx.core.json.JsonObject config) |
io.vertx.rxjava.core.Vertx |
getVertx() |
protected void |
loadPlugins() |
static void |
main(String[] args) |
protected io.vertx.rxjava.ext.auth.AuthProvider |
setupAuthenticationRoutes() |
protected rx.Single<org.jboss.resteasy.plugins.server.vertx.VertxResteasyDeployment> |
setupResteasy(Class<?>... resourceOrProviderClasses) |
protected void |
setupRoutes(io.vertx.rxjava.ext.web.Router router) |
rx.Single<Void> |
start() |
rx.Single<Void> |
start(Class<?>... resourceOrProviderClasses) |
rx.Single<Void> |
start(io.vertx.core.json.JsonObject defaultConfig,
Class<?>... resourceOrProviderClasses) |
public rx.Single<Void> start()
public rx.Single<Void> start(io.vertx.core.json.JsonObject defaultConfig, Class<?>... resourceOrProviderClasses)
protected void loadPlugins()
protected io.vertx.rxjava.ext.sql.SQLClient createDbClient(io.vertx.core.json.JsonObject config)
protected void setupRoutes(io.vertx.rxjava.ext.web.Router router)
protected io.vertx.rxjava.ext.auth.AuthProvider setupAuthenticationRoutes()
protected rx.Single<org.jboss.resteasy.plugins.server.vertx.VertxResteasyDeployment> setupResteasy(Class<?>... resourceOrProviderClasses)
public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> asyncAssertSuccess)
public io.vertx.rxjava.core.Vertx getVertx()
public static void main(String[] args)
Copyright © 2017. All rights reserved.