Notifications

edomata.backend.cqrs.Notifications
See theNotifications companion object

Attributes

Companion
object
Source
Notifications.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def notifyOutbox: F[Unit]

Attributes

Inherited from:
NotificationsPublisher
Source
Notifications.scala
def notifyState: F[Unit]

Attributes

Inherited from:
NotificationsPublisher
Source
Notifications.scala
def outbox: Stream[F, Unit]

Attributes

Inherited from:
NotificationsConsumer
Source
Notifications.scala
def state: Stream[F, Unit]

Attributes

Inherited from:
NotificationsConsumer
Source
Notifications.scala