nablarch.fw.invoker
インタフェース HandlerListInvoker<TData,TResult>

型パラメータ:
TData - 処理対象データ型
TResult - 処理結果データ型
既知の実装クラスの一覧:
AsyncHandlerListInvoker, BasicHandlerListInvoker

@Published(tag="architect")
public interface HandlerListInvoker<TData,TResult>

ハンドラリストの起動を行うインタフェース。


メソッドの概要
 TResult invokeHandlerList(TData input, nablarch.fw.ExecutionContext context)
          ハンドラリストの起動を行う。
 

メソッドの詳細

invokeHandlerList

TResult invokeHandlerList(TData input,
                          nablarch.fw.ExecutionContext context)
ハンドラリストの起動を行う。

パラメータ:
input - 入力データ
context - 実行コンテキスト
戻り値:
出力データ