public class SuccessCallbackInstrumentation extends ClassInstanceMethodsEnhancePluginDefine
SuccessCallbackInstrumentation enhance the onSuccess method that class inherited
org.springframework.util.concurrent.SuccessCallback by SuccessCallbackInterceptor.| Modifier and Type | Field and Description |
|---|---|
static String |
SUCCESS_CALLBACK_INTERCEPTOR |
static String |
SUCCESS_METHOD_NAME |
CONTEXT_ATTR_NAME| Constructor and Description |
|---|
SuccessCallbackInstrumentation() |
| Modifier and Type | Method and Description |
|---|---|
protected ClassMatch |
enhanceClass() |
ConstructorInterceptPoint[] |
getConstructorsInterceptPoints() |
InstanceMethodsInterceptPoint[] |
getInstanceMethodsInterceptPoints() |
getStaticMethodsInterceptPointsenhancedefine, isBootstrapInstrumentation, witnessClassespublic static final String SUCCESS_CALLBACK_INTERCEPTOR
public static final String SUCCESS_METHOD_NAME
public ConstructorInterceptPoint[] getConstructorsInterceptPoints()
getConstructorsInterceptPoints in class AbstractClassEnhancePluginDefinepublic InstanceMethodsInterceptPoint[] getInstanceMethodsInterceptPoints()
getInstanceMethodsInterceptPoints in class AbstractClassEnhancePluginDefineprotected ClassMatch enhanceClass()
enhanceClass in class AbstractClassEnhancePluginDefineCopyright © 2019 The Apache Software Foundation. All rights reserved.