monitor

abstract fun monitor(id: Long? = null)

Monitors the outbox for new items and processes them

Parameters

id

processes only the outbox item with this id instead of an eligible batch of items.

open fun monitor()