EventSummary

data class EventSummary(val id: String, val type: String, val enqueuedAt: Long, val attempts: Int, val state: EventState, val payloadSize: Int, val lastError: String?, val nextRetryAt: Long?, val correlationId: String?)

Summary of a queued event (metadata only).

Since

0.4.0

Constructors

Link copied to clipboard
constructor(id: String, type: String, enqueuedAt: Long, attempts: Int, state: EventState, payloadSize: Int, lastError: String?, nextRetryAt: Long?, correlationId: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard