public interface RouterDistributor<T,E>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
distribute(String targetServiceName,
List<T> list,
PolicyRuleItem invokeRule) |
void |
init(Function<T,E> getIns,
Function<E,String> getVersion,
Function<E,String> getServerName,
Function<E,Map<String,String>> getProperties) |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.