DefaultMessageQueueProvider

The default message queue provider, returning a concurrent linked queue.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun provide(): Queue<T>

Provides a new instance of the message queue. This should always return a new instance of the queue implementation.