Uses of Class
org.aoju.bus.limiter.execute.LimiterExecutionContext
Packages that use LimiterExecutionContext
-
Uses of LimiterExecutionContext in org.aoju.bus.limiter
Methods in org.aoju.bus.limiter with parameters of type LimiterExecutionContextModifier and TypeMethodDescriptionbooleanHandler.resolve(Throwable throwable, LimiterExecutionContext executionContext) -
Uses of LimiterExecutionContext in org.aoju.bus.limiter.intercept
Methods in org.aoju.bus.limiter.intercept that return types with arguments of type LimiterExecutionContextModifier and TypeMethodDescriptionprotected Collection<LimiterExecutionContext>LimiterAspectSupport.getLimiterOperationContexts(Collection<LimitedResource> limitedResources, Method method, Object[] args, Object target, Class<?> targetClass) Method parameters in org.aoju.bus.limiter.intercept with type arguments of type LimiterExecutionContextModifier and TypeMethodDescriptionprotected LimitContextsValueWrapperLimiterAspectSupport.limitContexts(Collection<LimiterExecutionContext> contexts) protected voidLimiterAspectSupport.releaseContexts(Collection<LimiterExecutionContext> contexts)