Interface RequestDispatchStrategy
- All Known Implementing Classes:
RoundRobinDispatchStrategy
public interface RequestDispatchStrategy
Implementations must be thread-safe.
-
Method Summary
-
Method Details
-
determinePartition
int determinePartition()- Returns:
BrokerClusterState.PARTITION_ID_NULLif no partition can be determined
-