Uses of Class
io.helidon.microprofile.grpc.core.GrpcMethod
-
Packages that use GrpcMethod Package Description io.helidon.microprofile.grpc.core Core gRPC microprofile classes. -
-
Uses of GrpcMethod in io.helidon.microprofile.grpc.core
Classes in io.helidon.microprofile.grpc.core with annotations of type GrpcMethod Modifier and Type Class Description interface
Bidirectional
An annotation to mark a class as representing a bi-directional streaming gRPC method.interface
ClientStreaming
An annotation to mark a class as representing a client streaming gRPC method.interface
ServerStreaming
An annotation to mark a class as representing a server streaming gRPC method.interface
Unary
An annotation to mark a method as representing a unary gRPC method.Methods in io.helidon.microprofile.grpc.core with parameters of type GrpcMethod Modifier and Type Method Description static String
AbstractServiceBuilder. determineMethodName(AnnotatedMethod method, GrpcMethod annotation)
Determine the name to use from the method.
-