Uses of Package
io.helidon.microprofile.grpc.core
Package
Description
Core gRPC microprofile classes.
Microprofile 1.0 gRPC server implementation.
-
ClassDescriptionA model of an annotated gRPC method.Iterable list of
AnnotatedMethod
s on a single class with convenience getters to provide additional method information.A base class for bi-directional streamingMethodHandler
s.A base class for client streamingMethodHandler
s.AnAnnotationLiteral
for theGrpc
annotation.AnAnnotationLiteral
for theGrpcInterceptor
annotation.An annotation used to annotate a type or method to specify the named marshaller supplier to use for rpc method calls.An annotation to mark a class as representing a gRPC service or a method as a gRPC service method.AnAnnotationLiteral
for theInProcessGrpcChannel
annotation.A supplier ofMethodHandler
s forAnnotatedMethod
s.A base class for server streamingMethodHandler
s.A base class for unary method handlers. -
ClassDescriptionA base class for gRPC service and client descriptor builders.An qualifier annotation to specify that an in-process
Channel
should be injected.