Outbox

interface Outbox<P>

Functions

Link copied to clipboard
abstract fun delete(receiver: String): Later<List<P>>
Link copied to clipboard
abstract fun sent(to: String): Later<List<P>>
Link copied to clipboard
abstract fun store(params: P): Later<P>