クラス QueueSendFactory

java.lang.Object
org.opengion.fukurou.queue.QueueSendFactory

public final class QueueSendFactory extends Object
キュータイプ別のクラス生成 キュータイプ別のクラス生成用ファクトリークラスです。
変更履歴:
5.10.14.0 (2019/08/01) 新規作成
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    static void
    main(String[] args)
    バッチ処理用(mqのサンプル) バッチ処理用として、mainメソッドを実装します。
    static QueueSend
    newQueueSend(String queueType)
    キュー送信クラス生成 引数のキュータイプのキュー送信クラスを生成します。

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • メソッドの詳細

    • newQueueSend

      public static QueueSend newQueueSend(String queueType)
      キュー送信クラス生成 引数のキュータイプのキュー送信クラスを生成します。 MQ:Apache ActiveMq、amazonMQの場合に設定します。 SQS:Amazon SQSの場合に設定します。
      パラメータ:
      queueType - キュータイプ
      戻り値:
      キュータイプのキュー送信クラス
    • main

      public static void main(String[] args)
      バッチ処理用(mqのサンプル) バッチ処理用として、mainメソッドを実装します。
      パラメータ:
      args - メイン引数配列