JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.couchbase.client.core.callbacks
Interface BeforeSendRequestCallback
All Superinterfaces:
RequestCallback
@Internal
public interface
BeforeSendRequestCallback
extends
RequestCallback
This callback is executed once an operation reaches the core and gets sent to a node.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
beforeSend
(
Request
<?> request)
Method Details
beforeSend
void
beforeSend
(
Request
<?> request)