Uses of Annotation Interface
io.helidon.microprofile.grpc.core.GrpcMethod
Packages that use GrpcMethod
-
Uses of GrpcMethod in io.helidon.microprofile.grpc.core
Classes in io.helidon.microprofile.grpc.core with annotations of type GrpcMethodModifier and TypeClassDescription@interface
An annotation to mark a class as representing a bi-directional streaming gRPC method.@interface
An annotation to mark a class as representing a client streaming gRPC method.@interface
An annotation to mark a class as representing a server streaming gRPC method.@interface
An annotation to mark a method as representing a unary gRPC method.Methods in io.helidon.microprofile.grpc.core with parameters of type GrpcMethodModifier and TypeMethodDescriptionstatic String
AbstractServiceBuilder.determineMethodName
(AnnotatedMethod method, GrpcMethod annotation) Determine the name to use from the method.