Functions

Link copied to clipboard

Builds and returns an instance of RollbackToolRegistry initialized with the registered rollback tools.

Link copied to clipboard
open fun <TArgs> registerRollback(tool: Tool<TArgs, *>, rollbackTool: Tool<TArgs, *>): Self

Registers a rollback relationship between the provided tool and its corresponding rollback tool. Ensures that the tool is not already defined in the rollback tools map.