Package org.redisson
Interface SlotCallback<T,R>
- Type Parameters:
T- type of batch resultR- type of result
- All Known Implementing Classes:
LongSlotCallback
public interface SlotCallback<T,R>
- Author:
- Nikita Koksharov
-
Method Summary
Modifier and TypeMethodDescriptiondefault RedisCommand<T> createCommand(List<Object> params) default Object[]createParams(List<Object> params) onFinish()voidonSlotResult(T result)
-
Method Details
-
createCommand
-
createParams
-
onSlotResult
-
onFinish
R onFinish()
-