Interface StatefulConfigurable<C>
-
- All Superinterfaces:
Configurable<C>
- All Known Subinterfaces:
RateLimiter<C>
- All Known Implementing Classes:
AbstractRateLimiter,AbstractStatefulConfigurable,RedisRateLimiter
public interface StatefulConfigurable<C> extends Configurable<C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,C>getConfig()-
Methods inherited from interface org.springframework.cloud.gateway.support.Configurable
getConfigClass, newConfig
-
-