InstantOutboxEvent

class InstantOutboxEvent(val 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

Link copied to clipboard
constructor(outbox: OutboxItem)

Properties

Link copied to clipboard