Action Method Manager
interface ActionMethodManager
Creates and invokes actions from annotated methods.
Properties
Functions
Link copied to clipboard
abstract fun createAction(method: Method, instance: Any, toolCallbacksOnInstance: List<<Error class: unknown class>>, costMethods: Map<String, CostMethodInfo> = emptyMap()): Action
Create an Action from a method
Link copied to clipboard
abstract fun <O> invokeActionMethod(method: Method, instance: Any, actionContext: TransformationActionContext<List<Any>, O>): O
Invoke the action method on the given instance.