public class TarantoolOkResult extends Object
Constructor and Description |
---|
TarantoolOkResult(Long syncId,
org.msgpack.value.Value body)
Basic constructor.
|
Modifier and Type | Method and Description |
---|---|
org.msgpack.value.Value |
getData()
Get response data
|
Long |
getSyncId()
Get request ID a.k.a. sync ID
|
public TarantoolOkResult(Long syncId, org.msgpack.value.Value body)
syncId
- the request ID passed back from Tarantool serverbody
- response body containing the result datapublic Long getSyncId()
public org.msgpack.value.Value getData()
Copyright © 2025 Picodata. All rights reserved.