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(List<String> params)default Object[]createParams(List<String> params)RonFinish()voidonSlotResult(T result)
-