クラス 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 MessageGroupFactoryintvoidsetMessageGroupFactory(MessageGroupFactory messageGroupFactory) MessageGroupFactoryを指定して、必要な場所にMessageGroupオブジェクトを作成します。voidsetRemoveBatchSize(int removeBatchSize) バッチ削除をサポートするメッセージストアのグループからメッセージを一括削除する場合のバッチサイズを設定します。クラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース 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