示例#1
0
 public abstract void send(org.apache.avro.test.Message message, Avro.IO.ICallback <System.String> callback);
示例#2
0
 public abstract void echo(org.apache.avro.test.AllTestRecord allTest, Avro.IO.ICallback <org.apache.avro.test.AllTestRecord> callback);
示例#3
0
 public abstract void echoParameters(bool booleanTest, int intTest, long longTest, float floatTest, double doubleTest, byte[] bytesTest, string stringTest, org.apache.avro.test.AllEnum enumTest, org.apache.avro.test.FixedTest fixedTest, IList <System.Int64> arrayTest, IDictionary <string, System.Int64> mapTest, org.apache.avro.test.AllTestRecord nestedTest, Avro.IO.ICallback <org.apache.avro.test.AllTestRecord> callback);
 // Always throws an error.
 public abstract void error(Avro.IO.ICallback <System.Object> callback);
 public abstract void echoBytes(byte[] data, Avro.IO.ICallback <System.Byte[]> callback);
 public abstract void add(int arg1, int arg2, Avro.IO.ICallback <System.Int32> callback);
 // Send a greeting
 public abstract void hello(string greeting, Avro.IO.ICallback <System.String> callback);
 public abstract void TransformName(HelloAvro.DTO.EmployeeDTO employee, Avro.IO.ICallback <System.String> callback);