CommandSender

endless.core.protocol.CommandSender
See theCommandSender companion object
trait CommandSender[F[_], ID]

CommandSender[F, ID] provides a natural transformation to deliver an outgoing command to where the entity resides and decode the reply as a simple value in the F context.

Type parameters

F

context

ID

entity ID

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def senderForID(id: ID): FunctionK[OutgoingCommand, F]

Returns a natural transformation to deliver an outgoing command to the entity with this particular ID.

Returns a natural transformation to deliver an outgoing command to the entity with this particular ID.

Value parameters

id

entity ID

Attributes