| ShardResolver Delegate |
Interface of the function used by the
ShardRegion to
extract the shard id from an incoming message.
Only messages that passed the
IdExtractor will be used
as input to this function.
Namespace:
Akka.Cluster.Sharding
Assembly:
Akka.Cluster.Sharding (in Akka.Cluster.Sharding.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public delegate string ShardResolver(
Object message
)
type ShardResolver =
delegate of
message : Object -> string
Parameters
- message
- Type: SystemObject
Return Value
Type:
StringSee Also