Versions in this module Expand all Collapse all v3 v3.1.2 Feb 5, 2024 Changes in this version + type RouterChain struct + func NewRouterChain() (*RouterChain, error) + func (c *RouterChain) AddRouters(routers []router.PriorityRouter) + func (c *RouterChain) Route(url *common.URL, invocation protocol.Invocation) []protocol.Invoker + func (c *RouterChain) SetInvokers(invokers []protocol.Invoker)