Package org.redisson
Class BooleanSlotCallback
java.lang.Object
org.redisson.BooleanSlotCallback
- All Implemented Interfaces:
SlotCallback<Boolean,Boolean>
- Author:
- Nikita Koksharov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject[]createParams(List<Object> params) onFinish()voidonSlotResult(List<Object> keys, Boolean res) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.redisson.SlotCallback
createCommand, createKeys
-
Constructor Details
-
BooleanSlotCallback
public BooleanSlotCallback() -
BooleanSlotCallback
-
-
Method Details
-
onSlotResult
- Specified by:
onSlotResultin interfaceSlotCallback<Boolean,Boolean>
-
onFinish
- Specified by:
onFinishin interfaceSlotCallback<Boolean,Boolean>
-
createParams
- Specified by:
createParamsin interfaceSlotCallback<Boolean,Boolean>
-