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> reactor.core.publisher.Flux<T>ReactiveRedisTemplate.createFlux(ReactiveRedisCallback<T> callback) Create a reusable Flux for aReactiveRedisCallback.<T> reactor.core.publisher.Mono<T>ReactiveRedisTemplate.createMono(ReactiveRedisCallback<T> callback) Create a reusable Mono for aReactiveRedisCallback.<T> reactor.core.publisher.Flux<T>ReactiveRedisOperations.execute(ReactiveRedisCallback<T> action) Executes the given action within a Redis connection.<T> reactor.core.publisher.Flux<T>ReactiveRedisTemplate.execute(ReactiveRedisCallback<T> action) <T> reactor.core.publisher.Flux<T>ReactiveRedisTemplate.execute(ReactiveRedisCallback<T> action, boolean exposeConnection) Executes the given action object within a connection that can be exposed or not.