| Modifier and Type | Method and Description |
|---|---|
LimitedResourceMetadata |
LimiterExecutionContext.getMetadata() |
| Constructor and Description |
|---|
LimiterExecutionContext(LimitedResourceMetadata metadata,
Object[] args,
Object target,
org.springframework.beans.factory.BeanFactory beanFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLimitedResourceMetadata<T extends LimitedResource> |
| Modifier and Type | Method and Description |
|---|---|
LimitedResourceMetadata |
LimitedResourceMetadataCache.getLimitedResourceMetadata(LimitedResource limitedResource,
Method method,
Class<?> targetClass) |
| Modifier and Type | Method and Description |
|---|---|
LimitedResourceMetadata |
LimitedResource.createMetadata(org.springframework.beans.factory.BeanFactory beanFactory,
Class<?> targetClass,
Method targetMethod) |
| Modifier and Type | Class and Description |
|---|---|
class |
LockResourceMetadata |
| Modifier and Type | Method and Description |
|---|---|
LimitedResourceMetadata |
LockResource.createMetadata(org.springframework.beans.factory.BeanFactory beanFactory,
Class targetClass,
Method targetMethod) |
| Modifier and Type | Class and Description |
|---|---|
class |
PeakLimiterResourceMetadata |
| Modifier and Type | Method and Description |
|---|---|
LimitedResourceMetadata |
PeakLimiterResource.createMetadata(org.springframework.beans.factory.BeanFactory beanFactory,
Class targetClass,
Method targetMethod) |
| Modifier and Type | Class and Description |
|---|---|
class |
RateLimiterResourceMetadata |
| Modifier and Type | Method and Description |
|---|---|
LimitedResourceMetadata |
RateLimiterResource.createMetadata(org.springframework.beans.factory.BeanFactory beanFactory,
Class targetClass,
Method targetMethod) |
Copyright © 2020. All rights reserved.