クラス AbstractBatchingMessageGroupStore

java.lang.ObjectSE
org.springframework.integration.store.AbstractBatchingMessageGroupStore
実装されているすべてのインターフェース:
BasicMessageGroupStore
既知の直属サブクラス
AbstractMessageGroupStore

public abstract class AbstractBatchingMessageGroupStore extends ObjectSE implements BasicMessageGroupStore
導入:
4.2
作成者:
Gary Russell, Artem Bilan
  • コンストラクターの詳細

    • AbstractBatchingMessageGroupStore

      public AbstractBatchingMessageGroupStore()
  • メソッドの詳細

    • setRemoveBatchSize

      public void setRemoveBatchSize(int removeBatchSize)
      バッチ削除をサポートするメッセージストアのグループからメッセージを一括削除する場合のバッチサイズを設定します。デフォルトは 100 です。
      パラメーター:
      removeBatchSize - バッチサイズ。
      導入:
      4.2
    • getRemoveBatchSize

      public int getRemoveBatchSize()
    • setMessageGroupFactory

      public void setMessageGroupFactory(MessageGroupFactory messageGroupFactory)
      MessageGroupFactory を指定して、必要な場所に MessageGroup オブジェクトを作成します。デフォルトは SimpleMessageGroupFactory です。
      パラメーター:
      messageGroupFactory - 使用する MessageGroupFactory
      導入:
      4.3
    • getMessageGroupFactory

      protected MessageGroupFactory getMessageGroupFactory()