OutboxOrderingProvider

Defines a provider that can be used to order outbox items.

Inheritors

Functions

Link copied to clipboard
abstract fun execute(items: Iterable<OutboxItem>): List<OutboxItem>