CommandHandler

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

Attributes

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

Members list

Value members

Abstract methods

def apply[C, R](app: Stomaton[F, CommandMessage[C], S, R, E, Unit])(using StateModelTC[S]): (F, CommandMessage[C]) => R

Attributes

Source
CommandHandler.scala