Package reactor.blockhound.integration
Class LoggingIntegration
java.lang.Object
reactor.blockhound.integration.LoggingIntegration
- All Implemented Interfaces:
Comparable<BlockHoundIntegration>,BlockHoundIntegration
@Deprecated
@AutoService(BlockHoundIntegration.class)
public class LoggingIntegration
extends Object
implements BlockHoundIntegration
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyTo(BlockHound.Builder builder) Deprecated.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
-
LoggingIntegration
public LoggingIntegration()Deprecated.
-
-
Method Details
-
applyTo
Deprecated.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
-
StandardOutputIntegration