RollbackToolRegistryBuilderImpl

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun build(): RollbackToolRegistry

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.