类 ReactiveAdapterRegistry.CoreBlockHoundIntegration
java.lang.Object
cn.taketoday.core.ReactiveAdapterRegistry.CoreBlockHoundIntegration
- 所有已实现的接口:
Comparable<reactor.blockhound.integration.BlockHoundIntegration>,reactor.blockhound.integration.BlockHoundIntegration
public static class ReactiveAdapterRegistry.CoreBlockHoundIntegration
extends Object
implements reactor.blockhound.integration.BlockHoundIntegration
BlockHoundIntegration for core classes.
Explicitly allow the following:
- Reading class info via
LocalVariableTableParameterNameDiscoverer. - Locking within
ConcurrentReferenceHashMap.
-
构造器详细资料
-
CoreBlockHoundIntegration
public CoreBlockHoundIntegration()
-
-
方法详细资料
-
applyTo
public void applyTo(reactor.blockhound.BlockHound.Builder builder) - 指定者:
applyTo在接口中reactor.blockhound.integration.BlockHoundIntegration
-