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