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 ofAnnotatedMethods on a single class with convenience getters to provide additional method information.BidirectionalMethodHandlerSupplier.AbstractServerStreamingHandler A base class for bi-directional streamingMethodHandlers.ClientStreamingMethodHandlerSupplier.AbstractClientStreamingHandler A base class for client streamingMethodHandlers.Grpc.Literal AnAnnotationLiteralfor theGrpcannotation.GrpcInterceptor.Literal AnAnnotationLiteralfor theGrpcInterceptorannotation.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 AnAnnotationLiteralfor theInProcessGrpcChannelannotation.MethodHandlerSupplier A supplier ofMethodHandlers forAnnotatedMethods.ServerStreamingMethodHandlerSupplier.AbstractServerStreamingHandler A base class for server streamingMethodHandlers.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-processChannelshould be injected.