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 TypeClassDescriptionclass
A supplier ofMethodHandler
s for bi-directional streaming gRPC methods.class
A supplier ofMethodHandler
s for client streaming gRPC methods.class
A supplier ofMethodHandler
s for server streaming gRPC methods.class
A supplier ofMethodHandler
s 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.