Package xyz.block.ftl
Interface TopicPartitionMapper
-
- All Implemented Interfaces:
public interface TopicPartitionMapper<E>
-
-
Method Summary
Modifier and Type Method Description abstract StringgetPartitionKey(E event)-
-
Method Detail
-
getPartitionKey
abstract String getPartitionKey(E event)
-
-
-
-