RequestContext

final case class RequestContext[+C, +S](command: CommandMessage[C], state: S)

Representation of a standard input for an Edomaton

Type parameters:
C

Command type

S

State model type

Source:
RequestContext.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product