Uses of Interface
org.springframework.grpc.server.service.GrpcServiceDiscoverer
Packages that use GrpcServiceDiscoverer
Package
Description
Auto-configuration for gRPC server security.
gRPC service discovery and configuration.
-
Uses of GrpcServiceDiscoverer in org.springframework.boot.grpc.server.autoconfigure.security
Subclasses with type arguments of type GrpcServiceDiscoverer in org.springframework.boot.grpc.server.autoconfigure.securityModifier and TypeClassDescriptionstatic final classThe request matcher used to match against resource locations.static final classThe request matcher used to match against resource locations.Method parameters in org.springframework.boot.grpc.server.autoconfigure.security with type arguments of type GrpcServiceDiscovererModifier and TypeMethodDescriptionprotected voidGrpcReactiveRequest.GrpcReactiveRequestMatcher.initialized(Supplier<GrpcServiceDiscoverer> context) protected voidGrpcServletRequest.GrpcServletRequestMatcher.initialized(Supplier<GrpcServiceDiscoverer> context) protected reactor.core.publisher.Mono<org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher.MatchResult> GrpcReactiveRequest.GrpcReactiveRequestMatcher.matches(org.springframework.web.server.ServerWebExchange exchange, Supplier<GrpcServiceDiscoverer> context) protected booleanGrpcServletRequest.GrpcServletRequestMatcher.matches(jakarta.servlet.http.HttpServletRequest request, Supplier<GrpcServiceDiscoverer> context) -
Uses of GrpcServiceDiscoverer in org.springframework.grpc.server.service
Classes in org.springframework.grpc.server.service that implement GrpcServiceDiscovererModifier and TypeClassDescriptionclassDefaultGrpcServiceDiscovererimplementation that finds allBindableServicebeans in the application context.