EventDetails

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

Detailed event information including decrypted payload.

Since

0.4.0

Constructors

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

Properties

Link copied to clipboard
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