public interface BulkheadAspectExt
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandleReturnType(java.lang.Class returnType) |
java.lang.Object |
handle(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
io.github.resilience4j.bulkhead.Bulkhead bulkhead,
java.lang.String methodName) |
boolean canHandleReturnType(java.lang.Class returnType)
java.lang.Object handle(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint,
io.github.resilience4j.bulkhead.Bulkhead bulkhead,
java.lang.String methodName)
throws java.lang.Throwable
java.lang.Throwable