OutgoingCommand

endless.core.protocol.OutgoingCommand
trait OutgoingCommand[+R]

Represents an outgoing command. Embeds the binary payload and indicates the decoder to use for the reply of type R.

Type parameters

R

reply

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def payload: Array[Byte]