We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e98a6e commit b96df28Copy full SHA for b96df28
spring-cloud-gray-client/src/main/java/cn/springcloud/gray/concurrent/aspect/ExecutorGrayAspect.java
@@ -19,7 +19,7 @@ public void pointCut(Runnable command) {
19
20
21
@Around("pointCut(command)")
22
- public Object aroundLog(ProceedingJoinPoint joinpoint, Runnable command) throws Throwable {
+ public Object executeAround(ProceedingJoinPoint joinpoint, Runnable command) throws Throwable {
23
if (joinpoint.getTarget() instanceof GrayExecutor
24
|| joinpoint.getTarget() instanceof GrayExecutorService
25
|| command instanceof GrayRunnable) {
0 commit comments