Class IncomingEventInfo
Inheritance
object
IncomingEventInfo
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
| Type |
Name |
Description |
| System.Guid |
id |
|
| string |
messageId |
|
| string |
eventName |
|
| byte[] |
eventData |
|
| System.DateTime |
creationTime |
|
Properties
CreationTime
Declaration
public DateTime CreationTime { get; }
Property Value
| Type |
Description |
| System.DateTime |
|
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
| Type |
Description |
| System.Guid |
|
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