Class CacheableStateRouterFactory
java.lang.Object
org.apache.dubbo.rpc.cluster.router.state.CacheableStateRouterFactory
- All Implemented Interfaces:
StateRouterFactory
If you want to provide a router implementation based on design of v2.7.0, please extend from this abstract class.
For 2.6.x style router, please implement and use RouterFactory directly.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CacheableStateRouterFactory
public CacheableStateRouterFactory()
-
-
Method Details
-
getRouter
Description copied from interface:StateRouterFactoryCreate state router.- Specified by:
getRouterin interfaceStateRouterFactory- Parameters:
url- url- Returns:
- router instance
-