Uses of Interface
org.miaixz.bus.limiter.Provider
Packages that use Provider
Package
Description
Provides classes related to metric management and strategy implementation for the limiter module.
-
Uses of Provider in org.miaixz.bus.limiter.metric
Classes in org.miaixz.bus.limiter.metric that implement ProviderModifier and TypeClassDescriptionclassImplements theProviderinterface for handling the FALLBACK strategy mode.classImplements theProviderinterface for handling the HOT_METHOD strategy mode.classImplements theProviderinterface for handling the REQUEST_LIMIT strategy mode.Methods in org.miaixz.bus.limiter.metric that return ProviderModifier and TypeMethodDescriptionstatic ProviderStrategyManager.get(StrategyMode strategyMode) Retrieves theProviderresponsible for executing a specificStrategyMode.Methods in org.miaixz.bus.limiter.metric with parameters of type Provider