public interface ManagerRequest<R extends Response> extends Request<R>, Encodable<com.couchbase.client.core.deps.io.netty.handler.codec.http.FullHttpRequest>
| Modifier and Type | Method and Description |
|---|---|
R |
decode(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpResponse response,
byte[] content)
Decodes a manager response into its response entity.
|
absoluteTimeout, bucket, cancel, cancel, cancellationReason, cancelled, completed, context, createdAt, fail, failed, id, idempotent, name, operationId, requestSpan, response, retryStrategy, serviceContext, serviceType, succeed, succeeded, target, timeout, timeoutElapsed, timeoutRegistrationR decode(com.couchbase.client.core.deps.io.netty.handler.codec.http.HttpResponse response, byte[] content)
response - the http header of the response.content - the actual content of the response.Copyright © 2024 Couchbase, Inc.. All rights reserved.