Uses of Annotation Interface
io.helidon.grpc.api.Grpc.GrpcMethod
Packages that use Grpc.GrpcMethod
-
Uses of Grpc.GrpcMethod in io.helidon.grpc.api
Classes in io.helidon.grpc.api with annotations of type Grpc.GrpcMethodModifier and TypeClassDescriptionstatic @interfaceAn annotation to mark a method as representing a bi-directional streaming gRPC method.static @interfaceAn annotation to mark a method as representing a client streaming gRPC method.static @interfaceAn annotation to mark a method as representing a server streaming gRPC method.static @interfaceAn annotation to mark a method as representing a unary gRPC method.