MethodExecutionHandler
interface MethodExecutionHandler
メソッド実行を担当するハンドラーのインターフェース Cloud (Incendo/cloud) の KotlinMethodCommandExecutionHandler パターンに基づく
suspend関数と通常関数で異なる実装を提供することで、 クラスローダー互換性の問題を適切に処理する
Inheritors
Functions
Link copied to clipboard
abstract suspend fun execute(metadata: EndpointMetadata, resolvedParams: List<Any?>): Either<ExecutionError, Any?>
エンドポイントメタデータに基づいてハンドラーメソッドを実行する