create

abstract fun create(eventId: String, consumerGroup: String): ProcessedEvent(source)

Builds a fresh ProcessedEvent for the given eventId / consumerGroup pair. Implementations stamp processedAt with the current instant.