Uses of Interface
io.helidon.grpc.core.MethodHandler
Packages that use MethodHandler
Package
Description
Client gRPC microprofile classes.
Core gRPC microprofile classes.
Helidon WebClient gRPC Support.
-
Uses of MethodHandler in io.helidon.microprofile.grpc.client
Methods in io.helidon.microprofile.grpc.client that return MethodHandlerModifier and TypeMethodDescriptionMethodHandler<?, ?> ClientMethodDescriptor.methodHandler()Obtain theMethodHandlerto use to make client calls.Methods in io.helidon.microprofile.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 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<?> instanceSupplier) <ReqT,RespT>
MethodHandler<ReqT, RespT> ClientStreamingMethodHandlerSupplier.get(String methodName, AnnotatedMethod method, Supplier<?> instanceSupplier) <ReqT,RespT>
MethodHandler<ReqT, RespT> MethodHandlerSupplier.get(String methodName, AnnotatedMethod method, Supplier<?> instanceSupplier) Supply aMethodHandlerfor a method.<ReqT,RespT>
MethodHandler<ReqT, RespT> ServerStreamingMethodHandlerSupplier.get(String methodName, AnnotatedMethod method, Supplier<?> instanceSupplier) <ReqT,RespT>
MethodHandler<ReqT, RespT> UnaryMethodHandlerSupplier.get(String methodName, AnnotatedMethod method, Supplier<?> instanceSupplier) -
Uses of MethodHandler in io.helidon.webclient.grpc
Methods in io.helidon.webclient.grpc that return MethodHandlerModifier and TypeMethodDescriptionMethodHandler<?, ?> GrpcClientMethodDescriptor.methodHandler()Obtain theMethodHandlerto use to make client calls.Methods in io.helidon.webclient.grpc with parameters of type MethodHandlerModifier and TypeMethodDescriptionGrpcClientMethodDescriptor.Builder.methodHandler(MethodHandler<?, ?> methodHandler) GrpcClientMethodDescriptor.Rules.methodHandler(MethodHandler<?, ?> methodHandler) Set theMethodHandlerthat can be used to invoke the method.