Package io.micronaut.crac
@Configuration
@Requires(property="crac.enabled",
defaultValue="true",
value="true")
package io.micronaut.crac
A set of classes to support Coordinated Restore at Checkpoint (CRaC).
- Since:
- 3.7.0
- Author:
- Tim Yates
- See Also:
-
ClassDescriptionConfiguration for CRaC support.Configuration for CRaC support.API to get the Context for checkpoint/restore notifications.A helper bean to assist in publishing the correct CRaC events when a checkpoint is taken or restored.Registers all defined Resources for Coordinated Restore at Checkpoint.Gets a Global Context through
Core.getGlobalContext()
.Registers all defined Resources for Coordinated Restore at Checkpoint.A Coordinated Restore at Checkpoint Resource that may also beOrdered
.Registers all defined Resources for Coordinated Restore at Checkpoint atStartupEvent
.