Class IncomingEventInfo
Inheritance
IncomingEventInfo
Assembly: Volo.Abp.EventBus.Abstractions.dll
Syntax
public class IncomingEventInfo : IHasExtraProperties
Constructors
IncomingEventInfo()
Declaration
protected IncomingEventInfo()
IncomingEventInfo(Guid, string, string, byte[], DateTime)
Declaration
public IncomingEventInfo(Guid id, string messageId, string eventName, byte[] eventData, DateTime creationTime)
Parameters
Properties
CreationTime
Declaration
public DateTime CreationTime { get; }
Property Value
EventData
Declaration
public byte[] EventData { get; }
Property Value
EventName
Declaration
public string EventName { get; }
Property Value
Declaration
public ExtraPropertyDictionary ExtraProperties { get; protected set; }
Property Value
Id
Declaration
Property Value
MaxEventNameLength
Declaration
public static int MaxEventNameLength { get; set; }
Property Value
MessageId
Declaration
public string MessageId { get; }
Property Value
Methods
GetCorrelationId()
Declaration
public string? GetCorrelationId()
Returns
SetCorrelationId(string)
Declaration
public void SetCorrelationId(string correlationId)
Parameters
Type |
Name |
Description |
string |
correlationId |
|
Implements
Extension Methods