Package nablarch.fw

Interface DataReaderFactory<TData>

Type Parameters:
TData - データリーダが読み込むデータの型
All Known Implementing Classes:
AsyncMessageReceiveAction, AsyncMessageSendAction, AsyncMessageSendActionForUt, BatchAction, FileBatchAction, FileBatchActionBase, MailSender, NoInputDataBatchAction

@Published(tag="architect") public interface DataReaderFactory<TData>
データリーダのファクトリクラスが実装するインスタンス。
  • Method Details

    • createReader

      DataReader<TData> createReader(ExecutionContext context)
      新たなデータリーダを作成する。
      Parameters:
      context - 実行コンテキスト
      Returns:
      データリーダ