Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class OutboxFilter(nextRunLessThan: Instant, rerunAfterLessThan: Instant = nextRunLessThan, val id: Long? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface OutboxStore
OutboxStore is responsible for storing and retrieving outbox items.
Link copied to clipboard
data class OutboxStoreInsertHints(val forInstantProcessing: Boolean, val instantOrderingEnabled: Boolean)