endless.core.protocol.CommandProtocol
See theCommandProtocol companion object
CommandProtocol
represents the transport aspects of the entity cluster.
client
provides an implementation of the algebra which sends commands for each defined function in the algebra and decodes the reply, and server
is a decoder for instances of IncomingCommand[F, Alg]
that represent incoming commands that can be run and contain their own reply encoder.
Type parameters
- Alg
-
the entity algebra
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article