4445464748495051525354
{ throw circuitBreaker.lastThrowable(); } Object result = next.invoke( proxy, method, args ); circuitBreaker.success(); return result; } catch( Throwable throwable ) { circuitBreaker.throwable( throwable );