Interface RoutingPolicy
-
- All Known Implementing Classes:
DefaultRoutingPolicy
public interface RoutingPolicy
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
RoutingPolicy.Factory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Partition
route(PubSubMessage messageKey)
-
-
-
Method Detail
-
route
Partition route(PubSubMessage messageKey) throws CheckedApiException
- Throws:
CheckedApiException
-
-