Uses of Interface
org.springframework.data.redis.core.ReactiveRedisCallback
Packages that use ReactiveRedisCallback
-
Uses of ReactiveRedisCallback in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core with parameters of type ReactiveRedisCallbackModifier and TypeMethodDescription<T> Flux<T>ReactiveRedisTemplate.createFlux(ReactiveRedisCallback<T> callback) Create a reusable Flux for aReactiveRedisCallback.<T> Mono<T>ReactiveRedisTemplate.createMono(ReactiveRedisCallback<T> callback) Create a reusable Mono for aReactiveRedisCallback.<T> Flux<T>ReactiveRedisOperations.execute(ReactiveRedisCallback<T> action) Executes the given action within a Redis connection.<T> Flux<T>ReactiveRedisTemplate.execute(ReactiveRedisCallback<T> action) <T> Flux<T>ReactiveRedisTemplate.execute(ReactiveRedisCallback<T> action, boolean exposeConnection) Executes the given action object within a connection that can be exposed or not.