Interface Grpc
public interface Grpc
The Helidon gRPC API.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic @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 @interfaceDeprecated, for removal: This API element is subject to removal in a future version.static @interfaceSpecifies that a class is a gRPC interceptor.static @interfaceSpecifies that an annotation type is a gRPC interceptor binding type.static @interfaceDeclares an ordered list of gRPC interceptors for a target gRPC service class or a gRPC service method of a target class.static @interfaceDeprecated, for removal: This API element is subject to removal in a future version.useio.helidon.microprofile.grpc.core.GrpcMarshaller.static @interfaceAn annotation to mark a class as representing a gRPC service or a method as a gRPC service method.static @interfaceDeprecated, for removal: This API element is subject to removal in a future version.useio.helidon.microprofile.grpc.client.GrpcProxy.static @interfaceAn annotation used to mark a class as representing a gRPC service.static @interfaceAn annotation to mark a method that provides the protocol buffer file descriptor.static @interfaceAn annotation to identify the generated protocol buffer class that provides the proto file descriptor.static @interfaceDeprecated, for removal: This API element is subject to removal in a future version.useio.helidon.microprofile.grpc.core.RequestType.static @interfaceDeprecated, for removal: This API element is subject to removal in a future version.useio.helidon.microprofile.grpc.core.ResponseType.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.
io.helidon.microprofile.grpc.client.GrpcChannel.