Uses of Interface
io.helidon.microprofile.grpc.core.MethodHandlerSupplier
-
Packages that use MethodHandlerSupplier Package Description io.helidon.microprofile.grpc.core Core gRPC microprofile classes. -
-
Uses of MethodHandlerSupplier in io.helidon.microprofile.grpc.core
Classes in io.helidon.microprofile.grpc.core that implement MethodHandlerSupplier Modifier and Type Class Description classBidirectionalMethodHandlerSupplierA supplier ofMethodHandlers for bi-directional streaming gRPC methods.classClientStreamingMethodHandlerSupplierA supplier ofMethodHandlers for client streaming gRPC methods.classServerStreamingMethodHandlerSupplierA supplier ofMethodHandlers for server streaming gRPC methods.classUnaryMethodHandlerSupplierA supplier ofMethodHandlers for unary gRPC methods.Methods in io.helidon.microprofile.grpc.core that return types with arguments of type MethodHandlerSupplier Modifier and Type Method Description protected List<MethodHandlerSupplier>AbstractServiceBuilder. handlerSuppliers()Obtain the list of method handler suppliers.
-