IncomingCommand

endless.core.protocol.IncomingCommand
trait IncomingCommand[F[_], Alg[_[_]]]

Represents an incoming entity command. Embeds the Reply type, the ability to run it on the entity algebra in F context and specifies the encoder to be used to encode the reply.

Type parameters

Alg

entity algebra

F

context

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Reply

Value members

Abstract methods

def runWith(alg: Alg[F]): F[Reply]