T - type of batch resultR - type of resultpublic interface SlotCallback<T,R>
| Modifier and Type | Method and Description |
|---|---|
default RedisCommand<T> |
createCommand(Object param) |
R |
onFinish() |
void |
onSlotResult(T result) |
default RedisCommand<T> createCommand(Object param)
void onSlotResult(T result)
R onFinish()
Copyright © 2014–2019 Redisson. All rights reserved.