Package io.micronaut.crac
Interface CracContextProvider
- All Known Implementing Classes:
 GlobalCracContextProvider
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
API to get the Context for checkpoint/restore notifications.
- Since:
 - 1.0.0
 - Author:
 - Sergio del Amo
 
- 
Method Summary
 
- 
Method Details
- 
provideContext
@NonNull @NonNull org.crac.Context<org.crac.Resource> provideContext()- Returns:
 - Gets the Context for checkpoint/restore notifications.
 
 
 -