EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails constructor
EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails({
- List<
EnterpriseCrmEventbusProtoEventExecutionDetailsEventAttemptStats> ? eventAttemptStats, - List<
EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot> ? eventExecutionSnapshot, - String? eventExecutionSnapshotsSize,
- String? eventExecutionState,
- int? eventRetriesFromBeginningCount,
- String? logFilePath,
- String? networkAddress,
- String? nextExecutionTime,
- int? ryeLockUnheldCount,
Implementation
EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails({
this.eventAttemptStats,
this.eventExecutionSnapshot,
this.eventExecutionSnapshotsSize,
this.eventExecutionState,
this.eventRetriesFromBeginningCount,
this.logFilePath,
this.networkAddress,
this.nextExecutionTime,
this.ryeLockUnheldCount,
});