Uses of Interface
com.couchbase.client.core.env.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 interface
BeforeSendRequestCallback
This 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 SELF
CoreEnvironment.Builder. addRequestCallback(RequestCallback requestCallback)
Allows to configure callbacks across the lifetime of a request.