Uses of Interface
com.couchbase.client.core.env.RequestCallback
-
Packages that use RequestCallback Package Description com.couchbase.client.core.callbacks com.couchbase.client.core.env -
-
Uses of RequestCallback in com.couchbase.client.core.callbacks
Subinterfaces of RequestCallback in com.couchbase.client.core.callbacks Modifier and Type Interface Description interfaceBeforeSendRequestCallbackThis callback is executed once an operation reaches the core and gets sent to a node. -
Uses of RequestCallback in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return types with arguments of type RequestCallback Modifier and Type Method Description List<RequestCallback>CoreEnvironment. requestCallbacks()Methods in com.couchbase.client.core.env with parameters of type RequestCallback Modifier and Type Method Description SELFCoreEnvironment.Builder. addRequestCallback(RequestCallback requestCallback)Allows to configure callbacks across the lifetime of a request.
-