[Agent] Fix interceptor class about concurrent plugin is incorrect
This commit is contained in:
parent
d3d7f9d085
commit
fe5ff26d09
|
|
@ -38,7 +38,7 @@ import static org.apache.skywalking.apm.plugin.spring.concurrent.match.FailedCal
|
|||
*/
|
||||
public class FailureCallbackInstrumentation extends ClassInstanceMethodsEnhancePluginDefine {
|
||||
|
||||
public static final String FAILURE_CALLBACK_INTERCEPTOR = "FailureCallbackInterceptor";
|
||||
public static final String FAILURE_CALLBACK_INTERCEPTOR = "org.apache.skywalking.apm.plugin.spring.concurrent.FailureCallbackInterceptor";
|
||||
public static final String FAILURE_METHOD_NAME = "onFailure";
|
||||
|
||||
@Override
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ import static org.apache.skywalking.apm.plugin.spring.concurrent.match.SuccessCa
|
|||
public class SuccessCallbackInstrumentation extends ClassInstanceMethodsEnhancePluginDefine {
|
||||
|
||||
public static final String SUCCESS_CALLBACK_INTERCEPTOR =
|
||||
"SuccessCallbackInterceptor";
|
||||
"org.apache.skywalking.apm.plugin.spring.concurrent.SuccessCallbackInterceptor";
|
||||
public static final String SUCCESS_METHOD_NAME = "onSuccess";
|
||||
|
||||
@Override protected ConstructorInterceptPoint[] getConstructorsInterceptPoints() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue