Backend

edomata.backend.cqrs.Backend
trait Backend[F[_], S, R, N]

Attributes

Source:
Backend.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def compile: CommandHandler[F, S, N]

Attributes

Source:
Backend.scala
def outbox: OutboxReader[F, N]

Attributes

Source:
Backend.scala

Attributes

Source:
Backend.scala