Class ApolloMessage
Namespace: Apollo.Abstractions
Assembly: Apollo.dll
public sealed record ApolloMessage : IEquatable<ApolloMessage>
Inheritance
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Data
public byte[]? Data { get; set; }
Property Value
byte[]?
Headers
public IDictionary<string, StringValues> Headers { get; set; }
Property Value
IDictionary<string, StringValues>
MessageType
public Type? MessageType { get; set; }
Property Value
Type?
Subject
public string Subject { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
A string that represents the current object.