Uses of Annotation Interface
io.helidon.grpc.api.Grpc.GrpcMethod
Packages that use Grpc.GrpcMethod
Package
Description
Helidon gRPC API module.
Core gRPC microprofile classes.
-
Uses of Grpc.GrpcMethod in io.helidon.grpc.api
Classes in io.helidon.grpc.api with annotations of type Grpc.GrpcMethodModifier 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
Methods in io.helidon.microprofile.grpc.core with parameters of type Grpc.GrpcMethodModifier and TypeMethodDescriptionstatic String
AbstractServiceBuilder.determineMethodName
(AnnotatedMethod method, Grpc.GrpcMethod annotation) Determine the name to use from the method.