クラス SimpleMessageGroupFactory
java.lang.ObjectSE
org.springframework.integration.store.SimpleMessageGroupFactory
- 実装済みのインターフェース一覧:
MessageGroupFactory
SimpleMessageGroup インスタンスを生成するための MessageGroupFactory 実装。SimpleMessageGroupFactory.GroupType 修飾子は、SimpleMessageGroup の内部コレクションを指定します。SimpleMessageGroupFactory.GroupType.HASH_SET がデフォルトの型です。- 導入:
- 4.3
- 作成者:
- Artem Bilan
ネストされたクラスの概要
ネストされたクラスコンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明提供されたgroupIdに基づいてMessageGroupインスタンスを作成します。create(CollectionSE<? extends Message<?>> messages, ObjectSE groupId) create(CollectionSE<? extends Message<?>> messages, ObjectSE groupId, long timestamp, boolean complete) create(MessageGroupStore messageGroupStore, ObjectSE groupId) 提供されたgroupIdに基づいてMessageGroupインスタンスを作成します。create(MessageGroupStore messageGroupStore, ObjectSE groupId, long timestamp, boolean complete) 提供されたgroupIdに基づいてMessageGroupインスタンスを作成します。
コンストラクターの詳細
SimpleMessageGroupFactory
public SimpleMessageGroupFactory()SimpleMessageGroupFactory
メソッドの詳細
create
インターフェースからコピーされた説明:MessageGroupFactory提供されたgroupIdに基づいてMessageGroupインスタンスを作成します。- 次で指定:
- インターフェース
MessageGroupFactoryのcreate - パラメーター:
groupId- 使用するグループ ID。- 戻り値:
MessageGroupインスタンス。
create
インターフェースからコピーされた説明:MessageGroupFactory- 次で指定:
- インターフェース
MessageGroupFactoryのcreate - パラメーター:
messages- グループへのメッセージ。groupId- 使用するグループ ID。- 戻り値:
MessageGroupインスタンス。
create
public MessageGroup create(CollectionSE<? extends Message<?>> messages, ObjectSE groupId, long timestamp, boolean complete) インターフェースからコピーされた説明:MessageGroupFactory提供されたgroupIdとグループのmessagesに基づいて、MessageGroupインスタンスを作成します。さらに、timestampおよびcompleteの作成フラグを使用して、対象のMessageGroupオブジェクトをカスタマイズすることもできます。- 次で指定:
- インターフェース
MessageGroupFactoryのcreate - パラメーター:
messages- グループへのメッセージ。groupId- 使用するグループ ID。timestamp- 作成時間。complete- グループが完了したことを示すbooleanフラグ。- 戻り値:
MessageGroupインスタンス。
create
インターフェースからコピーされた説明:MessageGroupFactory提供されたgroupIdに基づいてMessageGroupインスタンスを作成します。MessageGroupのメッセージとメタデータについては、MessageGroupStoreを参照できます。- 次で指定:
- インターフェース
MessageGroupFactoryのcreate - パラメーター:
messageGroupStore- 追加のMessageGroup情報についてはMessageGroupStore。groupId- 使用するグループ ID。- 戻り値:
MessageGroupインスタンス。
create
public MessageGroup create(MessageGroupStore messageGroupStore, ObjectSE groupId, long timestamp, boolean complete) インターフェースからコピーされた説明:MessageGroupFactory提供されたgroupIdに基づいてMessageGroupインスタンスを作成します。MessageGroupStoreは、MessageGroupのメッセージとメタデータを参照できます。さらに、timestampおよびcompleteの作成フラグを使用して、対象のMessageGroupオブジェクトをカスタマイズできます。- 次で指定:
- インターフェース
MessageGroupFactoryのcreate - パラメーター:
messageGroupStore- 追加のMessageGroup情報についてはMessageGroupStore。groupId- 使用するグループ ID。timestamp- 作成時間。complete- グループが完了したことを示すbooleanフラグ。- 戻り値:
MessageGroupインスタンス。