public class Response<T>
extends java.lang.Object
implements java.util.function.Supplier<T>
| Modifier and Type | Field and Description |
|---|---|
protected JedisDataException |
exception |
protected T |
response |
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
void |
set(java.lang.Object data) |
void |
setDependency(Response<?> dependency) |
java.lang.String |
toString() |
protected T response
protected JedisDataException exception
Copyright © 2025. All rights reserved.