EventEnvelope

data class EventEnvelope(val event: Event, val deliveryInfo: EventDeliveryInfo)

A wrapper that joins Event with its EventDeliveryInfo.

Constructors

Link copied to clipboard
constructor(event: Event, deliveryInfo: EventDeliveryInfo)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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