All Classes and Interfaces

说明
FailedCallbackMatch match the class that inherited org.springframework.util.concurrent.FailureCallback and not inherited org.springframework.util.concurrent.SuccessCallback
 
 
ListenableFutureCallbackInstrumentation enhance onSuccess method and oonFailure that class inherited org.springframework.util.concurrent.ListenableFutureCallback by SuccessCallbackInterceptor and FailureCallbackInterceptor.
ListenableFutureCallbackMatch match the class that inherited org.springframework.util.concurrent.ListenableFutureCallback.
SuccessCallbackInstrumentation enhance the onSuccess method that class inherited org.springframework.util.concurrent.SuccessCallback by SuccessCallbackInterceptor.
 
SuccessCallbackMatch match the class that inherited org.springframework.util.concurrent.SuccessCallback and not inherited org.springframework.util.concurrent.FailureCallback