Click or drag to resize
Akka.NETIMessageExtractorEntityMessage 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.42 (1.2.3.42)
Syntax
Object EntityMessage(
	Object message
)

Parameters

message
Type: SystemObject
TBD

Return Value

Type: Object
TBD
See Also