Class BlockHoundAllowlist
- java.lang.Object
-
- software.amazon.awssdk.testutils.service.BlockHoundAllowlist
-
- All Implemented Interfaces:
Comparable<reactor.blockhound.integration.BlockHoundIntegration>
,reactor.blockhound.integration.BlockHoundIntegration
public class BlockHoundAllowlist extends Object implements reactor.blockhound.integration.BlockHoundIntegration
ImplementsBlockHoundIntegration
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 Summary
Constructors Constructor Description BlockHoundAllowlist()
-