- Enclosing interface:
- Grpc
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Inherited
public static @interface Grpc.GrpcMarshaller
An annotation used to annotate a type or method to specify the
 named marshaller supplier to use for rpc method calls.
- 
Optional Element SummaryOptional Elements
- 
Field SummaryFields
- 
Field Details- 
PROTOThe name of the Protocol Buffer marshaller supplier.- See Also:
 
- 
DEFAULTThe name to use to specify the default marshaller supplier.- See Also:
 
 
- 
- 
Element Details- 
valueString valueObtain the type of theMarshallerSupplierto use.- Returns:
- the type of the MarshallerSupplierto use
 - Default:
- "default"
 
 
-