| IMessageExtractorEntityMessage Method |
Extract the message to send to the entity from an incoming message.
Note that the extracted message does not have to be the same as the incoming
message to support wrapping in message envelope that is unwrapped before
sending to the entity actor.
Namespace:
Akka.Cluster.Sharding
Assembly:
Akka.Cluster.Sharding (in Akka.Cluster.Sharding.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax Object EntityMessage(
Object message
)
abstract EntityMessage :
message : Object -> Object
Parameters
- message
- Type: SystemObject
TBD
Return Value
Type:
ObjectTBD
See Also