Uses of Package
io.helidon.microprofile.grpc.core
-
Packages that use io.helidon.microprofile.grpc.core Package Description io.helidon.microprofile.grpc.core Core gRPC microprofile classes.io.helidon.microprofile.grpc.server Microprofile 1.0 gRPC server implementation. -
Classes in io.helidon.microprofile.grpc.core used by io.helidon.microprofile.grpc.core Class Description AnnotatedMethod A model of an annotated gRPC method.AnnotatedMethodList Iterable list ofAnnotatedMethod
s on a single class with convenience getters to provide additional method information.BidirectionalMethodHandlerSupplier.AbstractServerStreamingHandler A base class for bi-directional streamingMethodHandler
s.ClientStreamingMethodHandlerSupplier.AbstractClientStreamingHandler A base class for client streamingMethodHandler
s.Grpc.Literal AnAnnotationLiteral
for theGrpc
annotation.GrpcInterceptor.Literal AnAnnotationLiteral
for theGrpcInterceptor
annotation.GrpcMarshaller An annotation used to annotate a type or method to specify the named marshaller supplier to use for rpc method calls.GrpcMethod An annotation to mark a class as representing a gRPC service or a method as a gRPC service method.InProcessGrpcChannel.Literal AnAnnotationLiteral
for theInProcessGrpcChannel
annotation.MethodHandlerSupplier A supplier ofMethodHandler
s forAnnotatedMethod
s.ServerStreamingMethodHandlerSupplier.AbstractServerStreamingHandler A base class for server streamingMethodHandler
s.UnaryMethodHandlerSupplier.AbstractUnaryHandler A base class for unary method handlers. -
Classes in io.helidon.microprofile.grpc.core used by io.helidon.microprofile.grpc.server Class Description AbstractServiceBuilder A base class for gRPC service and client descriptor builders.InProcessGrpcChannel An qualifier annotation to specify that an in-processChannel
should be injected.