public interface Grpc
The Helidon gRPC API.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic @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 that can be used to specify the name of a configured gRPC channel.static @interface
Specifies that a class is a gRPC interceptor.static @interface
Specifies that an annotation type is a gRPC interceptor binding type.static @interface
Declares an ordered list of gRPC interceptors for a target gRPC service class or a gRPC service method of a target class.static @interface
An annotation used to annotate a type or method to specify the named marshaller supplier to use for rpc method calls.static @interface
An annotation to mark a class as representing a gRPC service or a method as a gRPC service method.static @interface
An annotation used to mark an injection point for a gRPC service client proxy.static @interface
An annotation used to mark a class as representing a gRPC service.static @interface
An annotation to indicate the request type of gRPC method.static @interface
An annotation to indicate the response type of 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.