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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    register(io.quarkus.registry.ValueRegistry valueRegistry, io.quarkus.registry.RuntimeInfoProvider.RuntimeSource runtimeSource)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HttpServerRuntimeInfoProvider

      public HttpServerRuntimeInfoProvider()
  • Method Details

    • register

      public void register(io.quarkus.registry.ValueRegistry valueRegistry, io.quarkus.registry.RuntimeInfoProvider.RuntimeSource runtimeSource)
      Specified by:
      register in interface io.quarkus.registry.RuntimeInfoProvider