Backend

edomata.backend.eventsourcing.Backend
trait Backend[F[_], S, E, 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, E, R, N]

Attributes

Source:
Backend.scala

Attributes

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

Attributes

Source:
Backend.scala
def repository: RepositoryReader[F, S, E, R]

Attributes

Source:
Backend.scala