Uses of Class
org.apache.avro.Protocol.Message
Packages that use Protocol.Message
-
Uses of Protocol.Message in org.apache.avro
Methods in org.apache.avro that return Protocol.MessageModifier and TypeMethodDescriptionCreate a one-way message.Protocol.createMessage
(String name, String doc, Map<String, ?> propMap, Schema request, Schema response, Schema errors) Create a two-way message.Protocol.createMessage
(String name, String doc, JsonProperties propMap, Schema request) Create a one-way message.Protocol.createMessage
(String name, String doc, JsonProperties propMap, Schema request, Schema response, Schema errors) Create a two-way message.Protocol.createMessage
(String name, String doc, Schema request) Deprecated.Deprecated.Protocol.createMessage
(Protocol.Message m, Schema request) Create a one-way message using thename
,doc
, andprops
ofm
.Protocol.createMessage
(Protocol.Message m, Schema request, Schema response, Schema errors) Create a two-way message using thename
,doc
, andprops
ofm
.Methods in org.apache.avro that return types with arguments of type Protocol.MessageMethods in org.apache.avro with parameters of type Protocol.MessageModifier and TypeMethodDescriptionProtocol.createMessage
(Protocol.Message m, Schema request) Create a one-way message using thename
,doc
, andprops
ofm
.Protocol.createMessage
(Protocol.Message m, Schema request, Schema response, Schema errors) Create a two-way message using thename
,doc
, andprops
ofm
.