Uses of Interface
io.helidon.microprofile.grpc.core.MethodHandlerSupplier
Packages that use MethodHandlerSupplier
-
Uses of MethodHandlerSupplier in io.helidon.microprofile.grpc.core
Classes in io.helidon.microprofile.grpc.core that implement MethodHandlerSupplierModifier and TypeClassDescriptionclassA supplier ofMethodHandlers for bi-directional streaming gRPC methods.classA supplier ofMethodHandlers for client streaming gRPC methods.classA supplier ofMethodHandlers for server streaming gRPC methods.classA supplier ofMethodHandlers for unary gRPC methods.Methods in io.helidon.microprofile.grpc.core that return types with arguments of type MethodHandlerSupplierModifier and TypeMethodDescriptionprotected List<MethodHandlerSupplier> AbstractServiceBuilder.handlerSuppliers()Obtain the list of method handler suppliers.