Package net.devh.boot.grpc.server.service
package net.devh.boot.grpc.server.service
Classes related to the gRPC server services and their discovery.
-
ClassDescriptionA
GrpcServiceDiscoverer
that searches for beans with theGrpcService
annotations.Annotation that marks gRPC services that should be registered with a gRPC server.Container class that contains all relevant information about a grpc service.An interface for a bean that will be used to find grpc services and codecs.