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 Details

    • CommonsBlockHoundIntegration

      public CommonsBlockHoundIntegration()
  • Method Details

    • applyTo

      public void applyTo(reactor.blockhound.BlockHound.Builder builder)
      Specified by:
      applyTo in interface reactor.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)