Package com.couchbase.client.core.util
Class CouchbaseBlockHoundIntegration
java.lang.Object
com.couchbase.client.core.util.CouchbaseBlockHoundIntegration
- All Implemented Interfaces:
Comparable<reactor.blockhound.integration.BlockHoundIntegration>
,reactor.blockhound.integration.BlockHoundIntegration
@Internal public final class CouchbaseBlockHoundIntegration extends Object implements reactor.blockhound.integration.BlockHoundIntegration
Integrates the Couchbase infrastructure with
BlockHound
.-
Constructor Summary
Constructors Constructor Description CouchbaseBlockHoundIntegration()
-
Method Summary
Modifier and Type Method Description void
applyTo(reactor.blockhound.BlockHound.Builder builder)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface reactor.blockhound.integration.BlockHoundIntegration
compareTo
-
Constructor Details
-
CouchbaseBlockHoundIntegration
public CouchbaseBlockHoundIntegration()
-
-
Method Details
-
applyTo
public void applyTo(reactor.blockhound.BlockHound.Builder builder)- Specified by:
applyTo
in interfacereactor.blockhound.integration.BlockHoundIntegration
-