RollbackToolRegistryBuilderImpl
Default implementation of RollbackToolRegistryBuilderAPI
Functions
Link copied to clipboard
Builds and returns an instance of RollbackToolRegistry initialized with the registered rollback tools.
Link copied to clipboard
open override 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.