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()
Value
public TarantoolResponseType getResponseType()
TarantoolRequestType
typepublic Long getResponseCode()
TarantoolResponseType
public static TarantoolResponse fromMessagePack(org.msgpack.core.MessageUnpacker unpacker) throws TarantoolProtocolException
MessageUnpacker
unpacker
- configured MessageUnpacker
TarantoolProtocolException
- if the unpacked data is invalidCopyright © 2025 Picodata. All rights reserved.