public abstract class AbstractSentinelAspectSupport extends Object
| Constructor and Description |
|---|
AbstractSentinelAspectSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getResourceName(String resourceName,
Method method) |
protected Object |
handleBlockException(org.aspectj.lang.ProceedingJoinPoint pjp,
SentinelResource annotation,
BlockException ex) |
protected Object |
handleBlockException(org.aspectj.lang.ProceedingJoinPoint pjp,
String fallback,
String blockHandler,
Class<?>[] blockHandlerClass,
BlockException ex) |
protected Method |
resolveMethod(org.aspectj.lang.ProceedingJoinPoint joinPoint) |
protected void |
traceException(Throwable ex,
SentinelResource annotation) |
protected Object handleBlockException(org.aspectj.lang.ProceedingJoinPoint pjp, SentinelResource annotation, BlockException ex) throws Exception
Exceptionprotected Object handleBlockException(org.aspectj.lang.ProceedingJoinPoint pjp, String fallback, String blockHandler, Class<?>[] blockHandlerClass, BlockException ex) throws Exception
Exceptionprotected void traceException(Throwable ex, SentinelResource annotation)
protected Method resolveMethod(org.aspectj.lang.ProceedingJoinPoint joinPoint)
Copyright © 2019 Alibaba Group. All rights reserved.