Package io.helidon.grpc.api


package io.helidon.grpc.api
Helidon gRPC API module.
  • Class
    Description
    The Helidon gRPC API.
    An annotation to mark a method as representing a bi-directional streaming gRPC method.
    An annotation to mark a method as representing a client streaming gRPC method.
    Deprecated, for removal: This API element is subject to removal in a future version.
    use io.helidon.microprofile.grpc.client.GrpcChannel.
    Specifies that a class is a gRPC interceptor.
    Specifies that an annotation type is a gRPC interceptor binding type.
    Declares an ordered list of gRPC interceptors for a target gRPC service class or a gRPC service method of a target class.
    Deprecated, for removal: This API element is subject to removal in a future version.
    use io.helidon.microprofile.grpc.core.GrpcMarshaller.
    An annotation to mark a class as representing a gRPC service or a method as a gRPC service method.
    Deprecated, for removal: This API element is subject to removal in a future version.
    use io.helidon.microprofile.grpc.client.GrpcProxy.
    An annotation used to mark a class as representing a gRPC service.
    An annotation to mark a method that provides the protocol buffer file descriptor.
    An annotation to identify the generated protocol buffer class that provides the proto file descriptor.
    Deprecated, for removal: This API element is subject to removal in a future version.
    use io.helidon.microprofile.grpc.core.RequestType.
    Deprecated, for removal: This API element is subject to removal in a future version.
    use io.helidon.microprofile.grpc.core.ResponseType.
    An annotation to mark a method as representing a server streaming gRPC method.
    An annotation to mark a method as representing a unary gRPC method.