|
static bool | areEqual (object o1, object o2) |
| Tests equality of two objects taking null values into account More...
|
|
Definition at line 26 of file Message.cs.
◆ Message()
Constructor for Message class
- Parameters
-
name | name property |
doc | doc property |
request | list of parameters |
response | response property |
error | error union schema |
Definition at line 71 of file Message.cs.
◆ areEqual()
static bool Avro.Message.areEqual |
( |
object |
o1, |
|
|
object |
o2 |
|
) |
| |
|
inlinestaticprotected |
Tests equality of two objects taking null values into account
- Parameters
-
- Returns
Definition at line 202 of file Message.cs.
◆ Equals()
override bool Avro.Message.Equals |
( |
Object |
obj | ) |
|
|
inline |
Tests equality of this Message object with the passed object
- Parameters
-
- Returns
Definition at line 172 of file Message.cs.
◆ GetHashCode()
override int Avro.Message.GetHashCode |
( |
| ) |
|
|
inline |
◆ Doc
Documentation for the message
Definition at line 36 of file Message.cs.
◆ Error
Union schema object for the 'error' attribute
Definition at line 51 of file Message.cs.
◆ Name
Name of the message
Definition at line 31 of file Message.cs.
◆ Oneway
bool? Avro.Message.Oneway |
|
getset |
Optional one-way attribute
Definition at line 56 of file Message.cs.
◆ Request
Anonymous record for the list of parameters for the request fields
Definition at line 41 of file Message.cs.
◆ Response
◆ SupportedErrors
Explicitly defined protocol errors plus system added "string" error
Definition at line 61 of file Message.cs.
The documentation for this class was generated from the following file:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Avro/src/apache/main/Protocol/Message.cs