Uses of Interface
org.springframework.data.keyvalue.core.KeyValueCallback
Packages that use KeyValueCallback
-
Uses of KeyValueCallback in org.springframework.data.keyvalue.core
Methods in org.springframework.data.keyvalue.core with parameters of type KeyValueCallbackModifier and TypeMethodDescription<T> TKeyValueOperations.execute(KeyValueCallback<T> action) Execute operation against underlying store.<T> TKeyValueTemplate.execute(KeyValueCallback<T> action) protected <T> TKeyValueTemplate.executeRequired(KeyValueCallback<T> action) ExecuteKeyValueCallbackand require a non-null return value.