Class AbpDaprEventData
Inheritance
AbpDaprEventData
Assembly: Volo.Abp.EventBus.Dapr.dll
Syntax
public class AbpDaprEventData
Constructors
AbpDaprEventData(string, string, string, string, string?)
Declaration
public AbpDaprEventData(string pubSubName, string topic, string messageId, string jsonData, string? correlationId)
Parameters
Properties
CorrelationId
Declaration
public string? CorrelationId { get; set; }
Property Value
JsonData
Declaration
public string JsonData { get; set; }
Property Value
MessageId
Declaration
public string MessageId { get; set; }
Property Value
PubSubName
Declaration
public string PubSubName { get; set; }
Property Value
Topic
Declaration
public string Topic { get; set; }
Property Value
Extension Methods