Uses of Interface
io.helidon.grpc.core.MethodHandler
Packages that use MethodHandler
Package
Description
gRPC client API.
Core gRPC microprofile classes.
-
Uses of MethodHandler in io.helidon.grpc.client
Methods in io.helidon.grpc.client that return MethodHandlerModifier and TypeMethodDescriptionClientMethodDescriptor.methodHandler()Obtain theMethodHandlerto use to make client calls.Methods in io.helidon.grpc.client with parameters of type MethodHandlerModifier and TypeMethodDescriptionClientMethodDescriptor.Builder.methodHandler(MethodHandler methodHandler) ClientMethodDescriptor.Rules.methodHandler(MethodHandler methodHandler) Set theMethodHandlerthat can be used to invoke the method. -
Uses of MethodHandler in io.helidon.microprofile.grpc.core
Classes in io.helidon.microprofile.grpc.core that implement MethodHandlerModifier and TypeClassDescriptionstatic classio.helidon.microprofile.grpc.core.AbstractMethodHandlerSupplier.AbstractHandler<ReqT,RespT> A base class for method handlers.static classA base class for bi-directional streamingMethodHandlers.static classBidirectionalMethodHandlerSupplier.BidiStreaming<ReqT,RespT> A bi-directional streamingMethodHandlerthat calls a standard bi-directional streaming method handler method of the form.static classA base class for client streamingMethodHandlers.static classA client streamingMethodHandlerthat calls a standard client streaming method handler method of the form.static classA client side only client streamingMethodHandlerthat streams requests from an iterable.static classA client side only client streamingMethodHandlerthat streams requests from a stream.static classA client streamingMethodHandlerthat calls a standard client streaming method handler method of the form.static classA base class for server streamingMethodHandlers.static classA server streamingMethodHandlerthat calls a standard server streaming method handler method of the form.static classA server streamingMethodHandlerthat calls a calls a server streaming method handler method of the form.static classA server streamingMethodHandlerthat calls a calls a server streaming method handler method of the form.static classA server streamingMethodHandlerthat calls a calls a server streaming method handler method of the form.static classUnaryMethodHandlerSupplier.AbstractUnaryHandler<ReqT,RespT> A base class for unary method handlers.static classUnaryMethodHandlerSupplier.FutureResponse<ReqT,RespT> A unaryMethodHandlerthat calls a handler method of the form.static classA unaryMethodHandlerthat calls a handler method of the form.static classUnaryMethodHandlerSupplier.NoRequestNoResponse<ReqT,RespT> A unaryMethodHandlerthat calls a handler method of the form.static classUnaryMethodHandlerSupplier.RequestNoResponse<ReqT,RespT> A unaryMethodHandlerthat calls a handler method of the form.static classUnaryMethodHandlerSupplier.RequestResponse<ReqT,RespT> A unaryMethodHandlerthat calls a handler method of the form.static classUnaryMethodHandlerSupplier.ResponseOnly<ReqT,RespT> A unaryMethodHandlerthat calls a handler method of the form.static classUnaryMethodHandlerSupplier.Unary<ReqT,RespT> A unaryMethodHandlerthat calls a standard unary method handler method of the form.static classUnaryMethodHandlerSupplier.UnaryFuture<ReqT,RespT> A unaryMethodHandlerthat calls a handler method of the form.static classUnaryMethodHandlerSupplier.UnaryFutureNoRequest<ReqT,RespT> A unaryMethodHandlerthat calls a handler method of the form.static classUnaryMethodHandlerSupplier.UnaryNoRequest<ReqT,RespT> A unaryMethodHandlerthat calls a unary method handler method of the form.Methods in io.helidon.microprofile.grpc.core that return MethodHandlerModifier and TypeMethodDescription<ReqT,RespT>
MethodHandler<ReqT,RespT> BidirectionalMethodHandlerSupplier.get(String methodName, AnnotatedMethod method, Supplier<?> instance) <ReqT,RespT>
MethodHandler<ReqT,RespT> ClientStreamingMethodHandlerSupplier.get(String methodName, AnnotatedMethod method, Supplier<?> instance) <ReqT,RespT>
MethodHandler<ReqT,RespT> MethodHandlerSupplier.get(String methodName, AnnotatedMethod method, Supplier<?> instance) Supply aMethodHandlerfor a method.<ReqT,RespT>
MethodHandler<ReqT,RespT> ServerStreamingMethodHandlerSupplier.get(String methodName, AnnotatedMethod method, Supplier<?> instance) <ReqT,RespT>
MethodHandler<ReqT,RespT> UnaryMethodHandlerSupplier.get(String methodName, AnnotatedMethod method, Supplier<?> instance)