Class MutableMessage
Inheritance
System.Object
MutableMessage
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public class MutableMessage : IMessage
Constructors
|
Edit this page
View Source
MutableMessage(Object)
Declaration
public MutableMessage(object payload)
Parameters
Type |
Name |
Description |
System.Object |
payload |
|
|
Edit this page
View Source
MutableMessage(Object, IDictionary<String, Object>)
Declaration
public MutableMessage(object payload, IDictionary<string, object> headers)
Parameters
Type |
Name |
Description |
System.Object |
payload |
|
IDictionary<System.String, System.Object> |
headers |
|
|
Edit this page
View Source
Declaration
public MutableMessage(object payload, MutableMessageHeaders headers)
Parameters
Fields
|
Edit this page
View Source
Declaration
protected readonly MutableMessageHeaders _headers
Field Value
|
Edit this page
View Source
_payload
Declaration
protected readonly object _payload
Field Value
Type |
Description |
System.Object |
|
Properties
|
Edit this page
View Source
Declaration
public IMessageHeaders Headers { get; }
Property Value
Type |
Description |
IMessageHeaders |
|
|
Edit this page
View Source
Payload
Declaration
public object Payload { get; }
Property Value
Type |
Description |
System.Object |
|
|
Edit this page
View Source
Declaration
protected IDictionary<string, object> RawHeaders { get; }
Property Value
Type |
Description |
IDictionary<System.String, System.Object> |
|
Methods
|
Edit this page
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|