public final class TarantoolResponse extends Object
| Modifier and Type | Method and Description |
|---|---|
static TarantoolResponse |
fromMessagePack(org.msgpack.core.MessageUnpacker unpacker)
Create Tarantool response from the decoded binary data using
MessageUnpacker |
TarantoolResponseBody |
getBody()
Get response body
|
Long |
getResponseCode()
Get response code
|
TarantoolResponseType |
getResponseType()
Get response type
|
Long |
getSyncId()
Get request ID
|
public Long getSyncId()
public TarantoolResponseBody getBody()
Valuepublic TarantoolResponseType getResponseType()
TarantoolRequestType typepublic Long getResponseCode()
TarantoolResponseTypepublic static TarantoolResponse fromMessagePack(org.msgpack.core.MessageUnpacker unpacker) throws TarantoolProtocolException
MessageUnpackerunpacker - configured MessageUnpackerTarantoolProtocolException - if the unpacked data is invalidCopyright © 2025 Picodata. All rights reserved.