クラス 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
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明protected MessageGroupFactory
int
void
setMessageGroupFactory
(MessageGroupFactory messageGroupFactory) MessageGroupFactory
を指定して、必要な場所にMessageGroup
オブジェクトを作成します。void
setRemoveBatchSize
(int removeBatchSize) バッチ削除をサポートするメッセージストアのグループからメッセージを一括削除する場合のバッチサイズを設定します。クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.integration.store.BasicMessageGroupStore から継承されたメソッド
addMessageToGroup, getMessageGroup, messageGroupSize, pollMessageFromGroup, removeMessageGroup
コンストラクターの詳細
AbstractBatchingMessageGroupStore
public AbstractBatchingMessageGroupStore()
メソッドの詳細
setRemoveBatchSize
public void setRemoveBatchSize(int removeBatchSize) バッチ削除をサポートするメッセージストアのグループからメッセージを一括削除する場合のバッチサイズを設定します。デフォルトは 100 です。- パラメーター:
removeBatchSize
- バッチサイズ。- 導入:
- 4.2
getRemoveBatchSize
public int getRemoveBatchSize()setMessageGroupFactory
- パラメーター:
messageGroupFactory
- 使用するMessageGroupFactory
。- 導入:
- 4.3
getMessageGroupFactory