OutboxReader

trait OutboxReader[F[_], N]
class Object
trait Matchable
class Any

Value members

Abstract methods

def markAllAsSent(items: Type[OutboxItem[N]]): F[Unit]

Concrete methods

def markAsSent(item: OutboxItem[N], others: OutboxItem[N]*): F[Unit]