接口 Router

  • 所有超级接口:
    Comparable<org.apache.dubbo.rpc.cluster.Router>, org.apache.dubbo.rpc.cluster.Router

    @Deprecated
    public interface Router
    extends org.apache.dubbo.rpc.cluster.Router
    已过时。
    • 字段概要

      • 从接口继承的字段 org.apache.dubbo.rpc.cluster.Router

        DEFAULT_PRIORITY
    • 方法详细资料

      • getUrl

        URL getUrl()
        已过时。
        指定者:
        getUrl 在接口中 org.apache.dubbo.rpc.cluster.Router
      • compareTo

        int compareTo​(Router o)
        已过时。
      • route

        default <T> List<org.apache.dubbo.rpc.Invoker<T>> route​(List<org.apache.dubbo.rpc.Invoker<T>> invokers,
                                                                org.apache.dubbo.common.URL url,
                                                                org.apache.dubbo.rpc.Invocation invocation)
                                                         throws org.apache.dubbo.rpc.RpcException
        已过时。
        指定者:
        route 在接口中 org.apache.dubbo.rpc.cluster.Router
        抛出:
        org.apache.dubbo.rpc.RpcException
      • isRuntime

        default boolean isRuntime()
        已过时。
        指定者:
        isRuntime 在接口中 org.apache.dubbo.rpc.cluster.Router
      • isForce

        default boolean isForce()
        已过时。
        指定者:
        isForce 在接口中 org.apache.dubbo.rpc.cluster.Router
      • getPriority

        default int getPriority()
        已过时。
        指定者:
        getPriority 在接口中 org.apache.dubbo.rpc.cluster.Router
      • compareTo

        default int compareTo​(org.apache.dubbo.rpc.cluster.Router o)
        已过时。
        指定者:
        compareTo 在接口中 Comparable<org.apache.dubbo.rpc.cluster.Router>
        指定者:
        compareTo 在接口中 org.apache.dubbo.rpc.cluster.Router