Class HttpServerSpringConfiguration
- java.lang.Object
-
- io.gravitee.node.management.http.vertx.spring.HttpServerSpringConfiguration
-
@Configuration public class HttpServerSpringConfiguration extends Object
- Author:
- David BRASSELY (david.brassely at graviteesource.com), GraviteeSource Team
-
-
Constructor Summary
Constructors Constructor Description HttpServerSpringConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.ext.auth.AuthProviderauthProvider()io.vertx.core.http.HttpServerhttpServer(io.vertx.core.Vertx vertx)HttpServerConfigurationhttpServerConfiguration()io.vertx.ext.web.Routerrouter(io.vertx.core.Vertx vertx)io.vertx.ext.web.RouterwebHookRouter(io.vertx.core.Vertx vertx)
-
-
-
Method Detail
-
router
@Bean("managementRouter") public io.vertx.ext.web.Router router(io.vertx.core.Vertx vertx)
-
webHookRouter
@Bean("managementWebhookRouter") public io.vertx.ext.web.Router webHookRouter(io.vertx.core.Vertx vertx)
-
httpServer
@Bean("managementHttpServer") public io.vertx.core.http.HttpServer httpServer(io.vertx.core.Vertx vertx)
-
authProvider
@Bean("managementAuthProvider") public io.vertx.ext.auth.AuthProvider authProvider()
-
httpServerConfiguration
@Bean("managementHttpServerConfiguration") public HttpServerConfiguration httpServerConfiguration()
-
-