InstantOutboxEvent

class InstantOutboxEvent(outbox: OutboxItem)

Event emitted upon the addition of an instant outbox.

The concrete implementation of InstantOutboxPublisher supplied by the caller will handle the event.

Constructors

InstantOutboxEvent
Link copied to clipboard
fun InstantOutboxEvent(outbox: OutboxItem)

Properties

outbox
Link copied to clipboard
val outbox: OutboxItem