C# Class Avro.Message

Show file Open project: thirumg/Avro.NET

Public Methods

Method Description
Message ( string name, string doc, IList request, Schema response, UnionSchema error ) : System

Private Methods

Method Description
Parse ( Newtonsoft jmessage, Names names ) : Message
writeJson ( Newtonsoft writer ) : void

Method Details

Message() public method

public Message ( string name, string doc, IList request, Schema response, UnionSchema error ) : System
name string
doc string
request IList
response Schema
error UnionSchema
return System