Class UnknownDataSourceResource

java.lang.Object
io.micronaut.crac.resources.datasources.UnknownDataSourceResource
All Implemented Interfaces:
org.crac.Resource

public class UnknownDataSourceResource extends Object implements org.crac.Resource
Handler for currently unhandled DataSources.
Since:
1.1.0
Author:
Tim Yates
  • Constructor Details

    • UnknownDataSourceResource

      public UnknownDataSourceResource(DataSource dataSource)
  • Method Details

    • beforeCheckpoint

      public void beforeCheckpoint(org.crac.Context<? extends org.crac.Resource> context) throws Exception
      Specified by:
      beforeCheckpoint in interface org.crac.Resource
      Throws:
      Exception
    • afterRestore

      public void afterRestore(org.crac.Context<? extends org.crac.Resource> context) throws Exception
      Specified by:
      afterRestore in interface org.crac.Resource
      Throws:
      Exception