类 ListenableFutureCallbackMatch
java.lang.Object
org.apache.skywalking.apm.plugin.spring.concurrent.match.ListenableFutureCallbackMatch
- 所有已实现的接口:
org.apache.skywalking.apm.agent.core.plugin.match.ClassMatch,org.apache.skywalking.apm.agent.core.plugin.match.IndirectMatch
public class ListenableFutureCallbackMatch
extends Object
implements org.apache.skywalking.apm.agent.core.plugin.match.IndirectMatch
ListenableFutureCallbackMatch match the class that inherited org.springframework.util.concurrent.ListenableFutureCallback.-
方法概要
修饰符和类型方法说明net.bytebuddy.matcher.ElementMatcher.JunctionbooleanisMatch(net.bytebuddy.description.type.TypeDescription typeDescription) static org.apache.skywalking.apm.agent.core.plugin.match.ClassMatch
-
方法详细资料
-
buildJunction
public net.bytebuddy.matcher.ElementMatcher.Junction buildJunction()- 指定者:
buildJunction在接口中org.apache.skywalking.apm.agent.core.plugin.match.IndirectMatch
-
isMatch
public boolean isMatch(net.bytebuddy.description.type.TypeDescription typeDescription) - 指定者:
isMatch在接口中org.apache.skywalking.apm.agent.core.plugin.match.IndirectMatch
-
listenableFutureCallbackMatch
public static org.apache.skywalking.apm.agent.core.plugin.match.ClassMatch listenableFutureCallbackMatch()
-