public class PartitionTestSupport extends Object implements org.springframework.cloud.stream.binder.PartitionKeyExtractorStrategy, org.springframework.cloud.stream.binder.PartitionSelectorStrategy
| Constructor and Description |
|---|
PartitionTestSupport() |
| Modifier and Type | Method and Description |
|---|---|
Object |
extractKey(org.springframework.messaging.Message<?> message) |
int |
selectPartition(Object key,
int divisor) |
public int selectPartition(Object key, int divisor)
selectPartition in interface org.springframework.cloud.stream.binder.PartitionSelectorStrategypublic Object extractKey(org.springframework.messaging.Message<?> message)
extractKey in interface org.springframework.cloud.stream.binder.PartitionKeyExtractorStrategyCopyright © 2019 Pivotal Software, Inc.. All rights reserved.