Uses of Annotation Interface
io.helidon.grpc.api.Grpc.GrpcMethod
Package
Description
Helidon gRPC API module.
Core gRPC microprofile classes.
-
Uses of Grpc.GrpcMethod in io.helidon.grpc.api
Modifier and TypeClassDescriptionstatic @interface
An annotation to mark a class as representing a bi-directional streaming gRPC method.static @interface
An annotation to mark a class as representing a client streaming gRPC method.static @interface
An annotation to mark a class as representing a server streaming gRPC method.static @interface
An annotation to mark a method as representing a unary gRPC method. -
Uses of Grpc.GrpcMethod in io.helidon.microprofile.grpc.core
Modifier and TypeMethodDescriptionstatic String
AbstractServiceBuilder.determineMethodName
(AnnotatedMethod method, Grpc.GrpcMethod annotation) Determine the name to use from the method.