EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails constructor

EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails({
  1. List<EnterpriseCrmEventbusProtoEventExecutionDetailsEventAttemptStats>? eventAttemptStats,
  2. List<EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot>? eventExecutionSnapshot,
  3. String? eventExecutionSnapshotsSize,
  4. String? eventExecutionState,
  5. int? eventRetriesFromBeginningCount,
  6. String? logFilePath,
  7. String? networkAddress,
  8. String? nextExecutionTime,
  9. int? ryeLockUnheldCount,
})

Implementation

EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails({
  this.eventAttemptStats,
  this.eventExecutionSnapshot,
  this.eventExecutionSnapshotsSize,
  this.eventExecutionState,
  this.eventRetriesFromBeginningCount,
  this.logFilePath,
  this.networkAddress,
  this.nextExecutionTime,
  this.ryeLockUnheldCount,
});