Package net.devh.boot.grpc.server.autoconfigure
package net.devh.boot.grpc.server.autoconfigure
The Spring-Boot auto configuration classes that setup the gRPC server environment.
-
ClassesClassDescriptionThe auto configuration that will create necessary beans to provide a proper exception handling via annotations
@GrpcAdvice
and@GrpcExceptionHandler
.Auto configuration that sets up the grpc health service.Configuration class that configures the required beans for gRPC discovery via Consul.Configuration class that configures the required beans for grpc discovery via Eureka.Configuration class that configures the required beans for grpc discovery via Nacos.Configuration class that configures the required beans for grpc discovery via Zookeeper.Auto configuration that sets up the proto reflection service.The auto configuration used by Spring-Boot that contains all beans to run a grpc server/service.The auto configuration that will create theGrpcServerFactory
s andGrpcServerLifecycle
s, if the developer hasn't specified their own variant.Auto configuration class for Spring-Boot.The configuration used to configure micrometer tracing for grpc.Auto configuration class with the required beans for the spring-security configuration of the grpc server.