Class PartitionTestSupport
java.lang.Object
org.springframework.cloud.stream.binder.PartitionTestSupport
- All Implemented Interfaces:
org.springframework.cloud.stream.binder.PartitionKeyExtractorStrategy,org.springframework.cloud.stream.binder.PartitionSelectorStrategy
public class PartitionTestSupport
extends Object
implements org.springframework.cloud.stream.binder.PartitionKeyExtractorStrategy, org.springframework.cloud.stream.binder.PartitionSelectorStrategy
- Author:
- Gary Russell
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractKey(org.springframework.messaging.Message<?> message) intselectPartition(Object key, int divisor)
-
Constructor Details
-
PartitionTestSupport
public PartitionTestSupport()
-
-
Method Details
-
selectPartition
- Specified by:
selectPartitionin interfaceorg.springframework.cloud.stream.binder.PartitionSelectorStrategy
-
extractKey
- Specified by:
extractKeyin interfaceorg.springframework.cloud.stream.binder.PartitionKeyExtractorStrategy
-