Class CacheableStateRouterFactory

java.lang.Object
org.apache.dubbo.rpc.cluster.router.state.CacheableStateRouterFactory
All Implemented Interfaces:
StateRouterFactory
Direct Known Subclasses:
AppScriptRouterFactory, ConditionStateRouterFactory, ProviderAppStateRouterFactory, ServiceStateRouterFactory, TagStateRouterFactory

public abstract class CacheableStateRouterFactory extends Object implements 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 Details

    • CacheableStateRouterFactory

      public CacheableStateRouterFactory()
  • Method Details