Class BlockHoundAllowlist

  • All Implemented Interfaces:
    Comparable<reactor.blockhound.integration.BlockHoundIntegration>, reactor.blockhound.integration.BlockHoundIntegration

    public class BlockHoundAllowlist
    extends Object
    implements reactor.blockhound.integration.BlockHoundIntegration
    Implements BlockHoundIntegration to explicitly allow SDK calls that are known to be blocking. Some calls (with an associated tracking issue) may wrongly block, but we allow-list them so that existing integration tests will continue to pass and so that we preserve visibility on future regression detection.

    https://github.com/reactor/BlockHound/blob/master/docs/custom_integrations.md

    • Constructor Detail

      • BlockHoundAllowlist

        public BlockHoundAllowlist()
    • Method Detail

      • applyTo

        public void applyTo​(reactor.blockhound.BlockHound.Builder builder)
        Specified by:
        applyTo in interface reactor.blockhound.integration.BlockHoundIntegration