Uses of Class
com.couchbase.client.core.RequestEvent
Package | Description |
---|---|
com.couchbase.client.core |
Couchbase Core IO - Domain Model and Architecture
=================================================
This documentation describes the domain model of the core package, covers important architecture and design
decisions and provides a solid introduction on the inner workings.
|
-
Uses of RequestEvent in com.couchbase.client.core
Methods in com.couchbase.client.core that return RequestEvent Modifier and Type Method Description RequestEvent
RequestEventFactory. newInstance()
RequestEvent
RequestEvent. setRequest(CouchbaseRequest request)
Set the new request as a payload for this event.Methods in com.couchbase.client.core with parameters of type RequestEvent Modifier and Type Method Description void
RequestHandler. onEvent(RequestEvent event, long sequence, boolean endOfBatch)