Uses of Interface
io.helidon.grpc.core.MarshallerSupplier
Package
Description
Core classes used by both the gRPC server and gRPC client.
Client gRPC microprofile classes.
Core gRPC microprofile classes.
Helidon WebClient HTTP/1.1 Support.
Helidon WebServer gRPC Support.
-
Uses of MarshallerSupplier in io.helidon.grpc.core
Modifier and TypeMethodDescriptionstatic MarshallerSupplier
MarshallerSupplier.create()
Creates a default marshaller supplier. -
Uses of MarshallerSupplier in io.helidon.microprofile.grpc.client
Modifier and TypeMethodDescriptionClientMethodDescriptor.Builder.marshallerSupplier
(MarshallerSupplier supplier) ClientMethodDescriptor.Rules.marshallerSupplier
(MarshallerSupplier marshallerSupplier) Register theMarshallerSupplier
for the method.ClientServiceDescriptor.Builder.marshallerSupplier
(MarshallerSupplier marshallerSupplier) ClientServiceDescriptor.Rules.marshallerSupplier
(MarshallerSupplier marshallerSupplier) Register theMarshallerSupplier
for the service. -
Uses of MarshallerSupplier in io.helidon.microprofile.grpc.core
Modifier and TypeMethodDescriptionprotected MarshallerSupplier
AbstractServiceBuilder.getMarshallerSupplier()
Obtain theMarshallerSupplier
to use.static MarshallerSupplier
ModelHelper.getMarshallerSupplier
(Grpc.GrpcMarshaller annotation) Obtain the namedMarshallerSupplier
specified by the annotation. -
Uses of MarshallerSupplier in io.helidon.webclient.grpc
Modifier and TypeMethodDescriptionGrpcClientMethodDescriptor.Builder.marshallerSupplier
(MarshallerSupplier supplier) GrpcClientMethodDescriptor.Rules.marshallerSupplier
(MarshallerSupplier marshallerSupplier) Register theMarshallerSupplier
for the method. -
Uses of MarshallerSupplier in io.helidon.webserver.grpc
Modifier and TypeMethodDescriptionGrpcMethodDescriptor.Rules.marshallerSupplier
(MarshallerSupplier marshallerSupplier) Register theMarshallerSupplier
for the method.GrpcServiceDescriptor.Builder.marshallerSupplier
(MarshallerSupplier marshallerSupplier) GrpcServiceDescriptor.Rules.marshallerSupplier
(MarshallerSupplier marshallerSupplier) Register theMarshallerSupplier
for the service.