Package io.quarkus.vertx.http
Class HttpServerRuntimeInfoProvider
java.lang.Object
io.quarkus.vertx.http.HttpServerRuntimeInfoProvider
- All Implemented Interfaces:
io.quarkus.registry.RuntimeInfoProvider
public class HttpServerRuntimeInfoProvider
extends Object
implements io.quarkus.registry.RuntimeInfoProvider
Registers the
HttpServer with ValueRegistry.
In normal mode, the HttpServer is also registered with a CDI Bean to support injection.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.registry.RuntimeInfoProvider
io.quarkus.registry.RuntimeInfoProvider.RuntimeSource -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregister(io.quarkus.registry.ValueRegistry valueRegistry, io.quarkus.registry.RuntimeInfoProvider.RuntimeSource runtimeSource)
-
Constructor Details
-
HttpServerRuntimeInfoProvider
public HttpServerRuntimeInfoProvider()
-
-
Method Details
-
register
public void register(io.quarkus.registry.ValueRegistry valueRegistry, io.quarkus.registry.RuntimeInfoProvider.RuntimeSource runtimeSource) - Specified by:
registerin interfaceio.quarkus.registry.RuntimeInfoProvider
-