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.

@FunctionalInterface public interface CracContextProvider
API to get the Context for checkpoint/restore notifications.
Since:
1.0.0
Author:
Sergio del Amo
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull org.crac.Context<org.crac.Resource>
     
  • Method Details

    • provideContext

      @NonNull @NonNull org.crac.Context<org.crac.Resource> provideContext()
      Returns:
      Gets the Context for checkpoint/restore notifications.