Interface IIncomingEventInfo
Inherited Members
Namespace: Volo.Abp.EventBus.Distributed
Assembly: Volo.Abp.EventBus.Abstractions.dll
Syntax
public interface IIncomingEventInfo : IHasExtraProperties
Properties
CreationTime
Declaration
DateTime CreationTime { get; }
Property Value
Type | Description |
---|---|
DateTime |
EventData
Declaration
byte[] EventData { get; }
Property Value
Type | Description |
---|---|
byte[] |
EventName
Declaration
string EventName { get; }
Property Value
Type | Description |
---|---|
string |
Id
Declaration
Guid Id { get; }
Property Value
Type | Description |
---|---|
Guid |
MessageId
Declaration
string MessageId { get; }
Property Value
Type | Description |
---|---|
string |