EnterpriseCrmEventbusProtoExecutionTraceInfo constructor

EnterpriseCrmEventbusProtoExecutionTraceInfo({
  1. String? parentEventExecutionInfoId,
  2. String? traceId,
})

Implementation

EnterpriseCrmEventbusProtoExecutionTraceInfo({
  this.parentEventExecutionInfoId,
  this.traceId,
});