Package io.tarantool.driver.core
Class TarantoolRequestMetadata
- java.lang.Object
-
- io.tarantool.driver.core.TarantoolRequestMetadata
-
public class TarantoolRequestMetadata extends Object
Intermediate request metadata holder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletableFuture<?>
getFuture()
MessagePackValueMapper
getMapper()
-
-
-
Method Detail
-
getFuture
public CompletableFuture<?> getFuture()
-
getMapper
public MessagePackValueMapper getMapper()
-
-