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 © 2011–2018 The Apache Software Foundation. All rights reserved.