Interface CracRedisConfiguration
- All Superinterfaces:
io.micronaut.core.util.Toggleable
- All Known Implementing Classes:
CracRedisConfigurationProperties
public interface CracRedisConfiguration
extends io.micronaut.core.util.Toggleable
Configuration for Redis CRaC support. Enabled by default.
- Since:
- 1.2.0
- Author:
- Tim Yates
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
Methods inherited from interface io.micronaut.core.util.Toggleable
isEnabled
-
Method Details
-
isCacheEnabled
boolean isCacheEnabled()- Returns:
- Whether to destroy RedisCache beans prior to taking a checkpoint.
-
isClientEnabled
boolean isClientEnabled()- Returns:
- Whether to destroy RedisCache beans prior to taking a checkpoint.
-
isConnectionEnabled
boolean isConnectionEnabled()- Returns:
- Whether to destroy StatefulRedisConnection beans prior to taking a checkpoint.
-