EventDeliveryInfo

data class EventDeliveryInfo(val source: EventSource)

Data class representing information about the delivery of an event.

Constructors

Link copied to clipboard
constructor(source: EventSource)

Properties

Link copied to clipboard

Indicates whether the event was received in real-time via WebSocket EventSource.LIVE or fetched in batch as a pending event EventSource.PENDING.

Functions

Link copied to clipboard
fun toLogMap(): Map<String, Any?>