Package reactor.blockhound.integration
Class StandardOutputIntegration
java.lang.Object
reactor.blockhound.integration.StandardOutputIntegration
- All Implemented Interfaces:
Comparable<BlockHoundIntegration>,BlockHoundIntegration
@AutoService(BlockHoundIntegration.class)
public class StandardOutputIntegration
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
-
StandardOutputIntegration
public StandardOutputIntegration()
-
-
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
-