Class 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 Detail

      • CommonsBlockHoundIntegration

        public CommonsBlockHoundIntegration()
    • Method Detail

      • 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)