Interface BulkheadAspectExt

All Known Implementing Classes:
ReactorBulkheadAspectExt, RxJava2BulkheadAspectExt

public interface BulkheadAspectExt
BulkHead aspect extension support interface type if you want to support new types
  • Method Summary

    Modifier and Type Method 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)  
  • Method Details

    • canHandleReturnType

      boolean canHandleReturnType​(java.lang.Class returnType)
    • handle

      java.lang.Object handle​(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint, io.github.resilience4j.bulkhead.Bulkhead bulkhead, java.lang.String methodName) throws java.lang.Throwable
      Throws:
      java.lang.Throwable