JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.springframework.cloud.stream.binder
PartitionKeyExtractorStrategy
Contents
Description
Method Summary
Method Details
extractKey(Message)
Hide sidebar
Show sidebar
Interface PartitionKeyExtractorStrategy
public interface
PartitionKeyExtractorStrategy
Strategy for extracting a partition key from a Message.
Author:
Gary Russell
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
extractKey
(org.springframework.messaging.Message<?> message)
Method Details
extractKey
Object
extractKey
(org.springframework.messaging.Message<?> message)