Annotation Interface Grpc.GrpcMarshaller
- Enclosing interface:
Grpc
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Inherited
@Deprecated(since="27.0.0",
forRemoval=true)
public static @interface Grpc.GrpcMarshaller
Deprecated, for removal: This API element is subject to removal in a future version.
An annotation used to annotate a type or method to specify the
named marshaller supplier to use for rpc method calls.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.The name to use to specify the default marshaller supplier.static final StringDeprecated, for removal: This API element is subject to removal in a future version.The name of the Protocol Buffer marshaller supplier. -
Optional Element Summary
Optional Elements
-
Field Details
-
PROTO
Deprecated, for removal: This API element is subject to removal in a future version.The name of the Protocol Buffer marshaller supplier.- See Also:
-
DEFAULT
Deprecated, for removal: This API element is subject to removal in a future version.The name to use to specify the default marshaller supplier.- See Also:
-
-
Element Details
-
value
String valueDeprecated, for removal: This API element is subject to removal in a future version.Obtain the type of theMarshallerSupplierto use.- Returns:
- the type of the
MarshallerSupplierto use
- Default:
"default"
-
io.helidon.microprofile.grpc.core.GrpcMarshaller.