Interface IPartitionKeyExtractorStrategy
Strategy for extracting a partition key from a Message.
public interface IPartitionKeyExtractorStrategy : IServiceNameAware
- Inherited Members
Methods
ExtractKey(IMessage)
Extract the partition key from the incoming message
object ExtractKey(IMessage message)
Parameters
message
IMessagethe message to process
Returns
- object
the key