OutboxGroupingProvider

interface OutboxGroupingProvider

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

Functions

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