Class GrpcServerRuntimeInfoProvider

java.lang.Object
io.quarkus.grpc.runtime.GrpcServerRuntimeInfoProvider
All Implemented Interfaces:
io.quarkus.value.registry.RuntimeInfoProvider

public class GrpcServerRuntimeInfoProvider extends Object implements io.quarkus.value.registry.RuntimeInfoProvider
Registers the GrpcServer with ValueRegistry.

In normal mode, the GrpcServer is also registered with a CDI Bean to support injection.

  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.quarkus.value.registry.RuntimeInfoProvider

    io.quarkus.value.registry.RuntimeInfoProvider.RuntimeSource
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class java.lang.Object

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

    • GrpcServerRuntimeInfoProvider

      public GrpcServerRuntimeInfoProvider()
  • Method Details

    • register

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