Table of Contents

Interface IPartitionKeyExtractorStrategy

Namespace
Steeltoe.Stream.Binder
Assembly
Steeltoe.Stream.Abstractions.dll

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 IMessage

the message to process

Returns

object

the key