HikariCheckpointRestoreLifecycle

constructor(dataSource: DataSource)

Creates a new HikariCheckpointRestoreLifecycle that will allow the given dataSource to participate in checkpoint-restore. The dataSource is unwrapped to a HikariDataSource. If such unwrapping is not possible, the lifecycle will have no effect.

Parameters

dataSource

the checkpoint-restore participant