Represents a message in an Avro protocol.
More...
|
static bool | areEqual (object o1, object o2) |
| Tests equality of two objects taking null values into account More...
|
|
Represents a message in an Avro protocol.
◆ Message()
Constructor for Message class
- Parameters
-
name | name property |
doc | doc property |
request | list of parameters |
response | response property |
error | error union schema |
oneway | Indicates that this is a one-way message. This may only be true when response is Schema.Type.Null and there are no errors listed. |
◆ areEqual()
static bool Avro.Message.areEqual |
( |
object |
o1, |
|
|
object |
o2 |
|
) |
| |
|
inlinestaticprotected |
Tests equality of two objects taking null values into account
- Parameters
-
- Returns
◆ Equals()
override bool Avro.Message.Equals |
( |
Object |
obj | ) |
|
|
inline |
Tests equality of this Message object with the passed object
- Parameters
-
- Returns
◆ GetHashCode()
override int Avro.Message.GetHashCode |
( |
| ) |
|
|
inline |
Returns the hash code of this Message object
- Returns
◆ Doc
Documentation for the message
◆ Error
Union schema object for the 'error' attribute
◆ Name
◆ Oneway
Optional one-way attribute
◆ Request
Anonymous record for the list of parameters for the request fields
◆ Response
Schema object for the 'response' attribute
◆ SupportedErrors
Explicitly defined protocol errors plus system added "string" error
The documentation for this class was generated from the following file:
- src/apache/main/Protocol/Message.cs