Uses of Class
io.helidon.microprofile.grpc.core.UnaryMethodHandlerSupplier.AbstractUnaryHandler
-
Packages that use UnaryMethodHandlerSupplier.AbstractUnaryHandler Package Description io.helidon.microprofile.grpc.core Core gRPC microprofile classes. -
-
Uses of UnaryMethodHandlerSupplier.AbstractUnaryHandler in io.helidon.microprofile.grpc.core
Subclasses of UnaryMethodHandlerSupplier.AbstractUnaryHandler in io.helidon.microprofile.grpc.core Modifier and Type Class Description static classUnaryMethodHandlerSupplier.FutureResponse<ReqT,RespT>A unaryMethodHandlerthat calls a handler method of the form.static classUnaryMethodHandlerSupplier.FutureResponseNoRequest<ReqT,RespT>A 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.
-