Class GrpcReactiveRequest

java.lang.Object
org.springframework.boot.grpc.server.autoconfigure.security.GrpcReactiveRequest

public final class GrpcReactiveRequest extends Object
Factory for a request matcher used to match against resource locations for gRPC services.
Since:
1.0.0
Author:
Dave Syer
  • Method Details

    • all

      Returns a matcher that includes all gRPC services from the application context. The excluding method can be used to remove specific services by name if required. For example:
      GrpcReactiveRequest.all().excluding("my-service")
      
      Returns:
      the configured ServerWebExchangeMatcher