Module message

Source
Expand description

Defines the messages to be sent between actors on the same machine. The reason why there is a difference between these messages and messages sent over TCP is that the channel operators cannot be sent over a network to different machines.

Enumsยง

TransactionMessage
The message that is to be sent between actors on the same machine.