Uses of Class
com.couchbase.client.core.msg.CancellationReason
-
Packages that use CancellationReason Package Description com.couchbase.client.core.msg -
-
Uses of CancellationReason in com.couchbase.client.core.msg
Methods in com.couchbase.client.core.msg that return CancellationReason Modifier and Type Method Description CancellationReason
BaseRequest. cancellationReason()
CancellationReason
Request. cancellationReason()
If the request isRequest.cancelled()
, this returns the reason why.static CancellationReason
CancellationReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static CancellationReason[]
CancellationReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.core.msg with parameters of type CancellationReason Modifier and Type Method Description void
BaseRequest. cancel(CancellationReason reason)
void
Request. cancel(CancellationReason reason)
Cancels this request.
-