Functions

Link copied to clipboard
abstract fun build(): RollbackToolRegistry

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

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

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.