Message
cc.otavia.core.message.Message
sealed trait Message extends Serializable
The base type of all data exchanged between actors. Every value sent to or received from an actor must be a Message. The message hierarchy defines the communication patterns:
Attributes
- Graph
-
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
-
trait Calltrait Ask[R]class AcceptedChannelclass Bindtrait Connectclass ConnectChannelclass HttpClientRequesttrait Command[R]class Authclass Delclass Getclass HGetAllclass HSetclass Infoclass Selectclass Setclass ExecuteCursor[R]trait PrepareQuery[T]trait SimpleQuery[T]class Authenticationtrait Noticeclass Argsclass ArrayNotice[T]class IntNoticeclass SeqNotice[T]class StringNoticeclass ProbeStarttrait LogMsgclass Debugclass Errorclass Fatalclass Infoclass Traceclass Warnclass CursorEndclass CursorRow[R]trait Replyclass ChannelEstablishedclass ExceptionMessagetrait UnitReplytrait TimeoutReplyclass HttpClientResponseclass HttpResponse[C]class OKtrait CommandResponseclass BulkReplyclass OKclass Successclass Cursorclass ModifyRowstrait Rowclass RowSet[R]
In this article