Package org.infinispan.commons.internal
Class CommonsBlockHoundIntegration
java.lang.Object
org.infinispan.commons.internal.CommonsBlockHoundIntegration
- All Implemented Interfaces:
Comparable<reactor.blockhound.integration.BlockHoundIntegration>
,reactor.blockhound.integration.BlockHoundIntegration
@MetaInfServices
public class CommonsBlockHoundIntegration
extends Object
implements reactor.blockhound.integration.BlockHoundIntegration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
allowMethodsToBlock
(reactor.blockhound.BlockHound.Builder builder, Class<?> clazz, boolean publicOnly) static void
allowPublicMethodsToBlock
(reactor.blockhound.BlockHound.Builder builder, Class<?> clazz) void
applyTo
(reactor.blockhound.BlockHound.Builder builder) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface reactor.blockhound.integration.BlockHoundIntegration
compareTo, getPriority
-
Constructor Details
-
CommonsBlockHoundIntegration
public CommonsBlockHoundIntegration()
-
-
Method Details
-
applyTo
public void applyTo(reactor.blockhound.BlockHound.Builder builder) - Specified by:
applyTo
in interfacereactor.blockhound.integration.BlockHoundIntegration
-
allowPublicMethodsToBlock
public static void allowPublicMethodsToBlock(reactor.blockhound.BlockHound.Builder builder, Class<?> clazz) -
allowMethodsToBlock
public static void allowMethodsToBlock(reactor.blockhound.BlockHound.Builder builder, Class<?> clazz, boolean publicOnly)
-