Package reactor.blockhound.integration
Class ReactorIntegration
java.lang.Object
reactor.blockhound.integration.ReactorIntegration
- All Implemented Interfaces:
Comparable<BlockHoundIntegration>,BlockHoundIntegration
@AutoService(BlockHoundIntegration.class)
public class ReactorIntegration
extends Object
implements BlockHoundIntegration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyTo(BlockHound.Builder builder) Lets an integration apply the customizations (seeBlockHound.Builder) before BlockHound is installed.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface reactor.blockhound.integration.BlockHoundIntegration
compareTo, getPriority
-
Constructor Details
-
ReactorIntegration
public ReactorIntegration()
-
-
Method Details
-
applyTo
Description copied from interface:BlockHoundIntegrationLets an integration apply the customizations (seeBlockHound.Builder) before BlockHound is installed.- Specified by:
applyToin interfaceBlockHoundIntegration- Parameters:
builder- an instance ofBlockHound.Builderthat is being installed
-