Class GrpcReactiveRequest
java.lang.Object
org.springframework.boot.grpc.server.autoconfigure.security.GrpcReactiveRequest
Factory for a request matcher used to match against resource locations for gRPC
services.
- Since:
- 1.0.0
- Author:
- Dave Syer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classThe request matcher used to match against resource locations. -
Method Summary
Modifier and TypeMethodDescriptionall()Returns a matcher that includes all gRPC services from the application context.
-
Method Details
-
all
Returns a matcher that includes all gRPC services from the application context. Theexcludingmethod can be used to remove specific services by name if required. For example:GrpcReactiveRequest.all().excluding("my-service")- Returns:
- the configured
ServerWebExchangeMatcher
-