Package org.redisson
Interface SlotCallback<T,R>
-
- Type Parameters:
T
- type of batch resultR
- type of result
public interface SlotCallback<T,R>
- Author:
- Nikita Koksharov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default RedisCommand<T>
createCommand(Object param)
R
onFinish()
void
onSlotResult(T result)
-
-
-
Method Detail
-
createCommand
default RedisCommand<T> createCommand(Object param)
-
onSlotResult
void onSlotResult(T result)
-
onFinish
R onFinish()
-
-