Click or drag to resize
Akka.NETShardResolver 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.42 (1.2.3.42)
Syntax
public delegate string ShardResolver(
	Object message
)

Parameters

message
Type: SystemObject

Return Value

Type: String
See Also