Interface ConfigureReactiveRedisAction
- All Known Implementing Classes:
ConfigureNotifyKeyspaceEventsReactiveAction
public interface ConfigureReactiveRedisAction
Allows specifying a strategy for configuring and validating Redis using a Reactive
connection.
- Since:
- 3.3
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ConfigureReactiveRedisAction
An implementation ofConfigureReactiveRedisAction
that does nothing. -
Method Summary
-
Field Details
-
NO_OP
An implementation ofConfigureReactiveRedisAction
that does nothing.
-
-
Method Details
-
configure
reactor.core.publisher.Mono<Void> configure(org.springframework.data.redis.connection.ReactiveRedisConnection connection)
-