Class MutableMessage<T>
Inheritance
System.Object
MutableMessage<T>
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public class MutableMessage<T> : MutableMessage
Type Parameters
Constructors
|
Edit this page
View Source
MutableMessage(T)
Declaration
public MutableMessage(T payload)
Parameters
Type |
Name |
Description |
T |
payload |
|
|
Edit this page
View Source
MutableMessage(T, IDictionary<String, Object>)
Declaration
public MutableMessage(T payload, IDictionary<string, object> headers)
Parameters
Type |
Name |
Description |
T |
payload |
|
IDictionary<System.String, System.Object> |
headers |
|
|
Edit this page
View Source
Declaration
public MutableMessage(T payload, MutableMessageHeaders headers)
Parameters
Properties
|
Edit this page
View Source
Payload
Declaration
public T Payload { get; }
Property Value
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 |
|
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
Implements
IMessage<>