Package org.redisson

Interface SlotCallback<T,R>

Type Parameters:
T - type of batch result
R - type of result
All Known Implementing Classes:
BooleanSlotCallback, IntegerSlotCallback, LongSlotCallback, VoidSlotCallback

public interface SlotCallback<T,R>
Author:
Nikita Koksharov
  • Method Details