RegularMethodExecutionHandler
通常の(non-suspend)関数を実行するハンドラー Cloud (Incendo/cloud) の KotlinMethodCommandExecutionHandler パターンに基づく
suspend関数ではない通常のメソッドを実行するためのハンドラー Javaリフレクションを使用して直接メソッドを呼び出す
Functions
Link copied to clipboard
open suspend override fun execute(metadata: EndpointMetadata, resolvedParams: List<Any?>): Either<ExecutionError, Any?>
エンドポイントメタデータに基づいてハンドラーメソッドを実行する