All Classes and Interfaces
Class
Description
Exception mapper for authentication and authorization exceptions
To alter mapping exceptions, create a subclass of this handler and create an appropriate
AuthExceptionHandlerProviderProvider for AuthExceptionHandler.
gRPC Server interceptor offloading the execution of the gRPC method on a worker thread if the method is annotated
with
Blocking.Allow for customization of Channel building.
Override gRPC context storage to rely on duplicated context when available.
Allow for additional types of gRPC server and channels to be used / built.
This bean provides the
GrpcClientConfiguration to Channels.Client XDS config
* XDS usage
Shared configuration for setting up client-side SSL.
Stork config for new Vert.x gRPC
not really used, here only to describe config options for code generation
gRPC configuration root.
Eclipse MicroProfile Health Check
Security interceptor invoking
GrpcSecurityMechanism implementationsgRPC security mechanism based on gRPC call metadata
To secure your gRPC endpoints, create a CDI bean implementing this interface.
Represent the actual runtime values of the Quarkus gRPC Server.
Shared configuration for setting up server-side SSL.
XDS config
* XDS usage
Registers the
GrpcServer with ValueRegistry.for gRPC, the service instance id must be immutable.
In-process config
* in-process usage
gRPC Client emissions should be on the event loop if the subscription is executed on the event loop
Allow for customization of Server building.
Similar to
StorkMeasuringGrpcInterceptor, but with different entry points,
since we use delayed StorkGrpcChannel.