CommandHandler

edomata.backend.eventsourcing.CommandHandler
See theCommandHandler companion object
trait CommandHandler[F[_], S, E, R, N]

Attributes

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

Members list

Concise view

Value members

Abstract methods

def apply[C](app: Edomaton[F, RequestContext[C, S], R, E, N, Unit])(using ModelTC[S, E, R]): (F, CommandMessage[C]) => R

Attributes

Source:
CommandHandler.scala