FifoOrderingProvider

An OutboxOrderingProvider that does not apply any ordering on the supplied OutboxItems, essentially returning them in the same order they were provided.

Constructors

Link copied to clipboard
constructor()

Functions

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