Uses of Interface
org.springframework.data.redis.core.ReactiveRedisSessionCallback
Packages that use ReactiveRedisSessionCallback
-
Uses of ReactiveRedisSessionCallback in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core with parameters of type ReactiveRedisSessionCallbackModifier and TypeMethodDescription<T> reactor.core.publisher.Flux<T>ReactiveRedisOperations.executeInSession(ReactiveRedisSessionCallback<K, V, T> action) Executes the given action within a Redis session using the sameReactiveRedisConnection.<T> reactor.core.publisher.Flux<T>ReactiveRedisTemplate.executeInSession(ReactiveRedisSessionCallback<K, V, T> action)