public interface Router extends Comparable<Router>
URL getUrl()
<T> List<Invoker<T>> route(List<Invoker<T>> invokers, URL url, Invocation invocation) throws RpcException
invokers - url - refer urlinvocation - RpcExceptionCopyright © 2012–2018 The Dubbo Project. All rights reserved.