Package org.springframework.core
Class ReactiveAdapterRegistry.SpringCoreBlockHoundIntegration
- java.lang.Object
- org.springframework.core.ReactiveAdapterRegistry.SpringCoreBlockHoundIntegration
- All Implemented Interfaces:
Comparable<reactor.blockhound.integration.BlockHoundIntegration>,reactor.blockhound.integration.BlockHoundIntegration
- Enclosing class:
- ReactiveAdapterRegistry
public static class ReactiveAdapterRegistry.SpringCoreBlockHoundIntegration extends Object implements reactor.blockhound.integration.BlockHoundIntegration
BlockHoundIntegrationfor spring-core classes.Explicitly allow the following:
- Reading class info via
LocalVariableTableParameterNameDiscoverer. - Locking within
ConcurrentReferenceHashMap.
- Since:
- 5.2.4
Constructor Summary
Constructors Constructor Description SpringCoreBlockHoundIntegration()
Constructor Detail
SpringCoreBlockHoundIntegration
public SpringCoreBlockHoundIntegration()
Method Detail
applyTo
public void applyTo(reactor.blockhound.BlockHound.Builder builder)
- Specified by:
applyToin interfacereactor.blockhound.integration.BlockHoundIntegration