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