Package org.redisson
Class VoidSlotCallback
java.lang.Object
org.redisson.VoidSlotCallback
- All Implemented Interfaces:
SlotCallback<Void,
Void>
- Author:
- Nikita Koksharov
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionObject[]
createParams
(List<Object> params) onResult
(Collection<Void> result) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.redisson.SlotCallback
createCommand, createKeys
-
Constructor Details
-
VoidSlotCallback
public VoidSlotCallback() -
VoidSlotCallback
-
-
Method Details
-
onResult
- Specified by:
onResult
in interfaceSlotCallback<Void,
Void>
-
createParams
- Specified by:
createParams
in interfaceSlotCallback<Void,
Void>
-