インターフェースの使用
org.springframework.integration.store.MessageGroupStore
MessageGroupStore を使用するパッケージ
パッケージ
説明
メッセージ集約に関連するクラスを提供します。
構成の基本パッケージ。
Spring Integration Java DSL のルートパッケージ。
さまざまな型のメッセージハンドラーを実装するクラスを提供します。
メッセージストアサポートクラスを提供します。
JDBC を使用したメッセージストアの実装を提供します。
MongoDB メッセージストアに関連するクラスを提供します。
Redis メッセージストアに関連するクラスを提供します。
メッセージの保存に関連するクラスを提供します。
org.springframework.integration.aggregator 内の MessageGroupStore 使用
型 MessageGroupStore のパラメーターを持つ org.springframework.integration.aggregator のメソッド型 MessageGroupStore のパラメーターを持つ org.springframework.integration.aggregator のコンストラクター修飾子コンストラクター説明AbstractCorrelatingMessageHandler(MessageGroupProcessor processor, MessageGroupStore store) AbstractCorrelatingMessageHandler(MessageGroupProcessor processor, MessageGroupStore store, @Nullable CorrelationStrategy correlationStrategy, @Nullable ReleaseStrategy releaseStrategy) AggregatingMessageHandler(MessageGroupProcessor processor, MessageGroupStore store) AggregatingMessageHandler(MessageGroupProcessor processor, MessageGroupStore store, @Nullable CorrelationStrategy correlationStrategy, @Nullable ReleaseStrategy releaseStrategy) ResequencingMessageHandler(MessageGroupProcessor processor, MessageGroupStore store) ResequencingMessageHandler(MessageGroupProcessor processor, MessageGroupStore store, CorrelationStrategy correlationStrategy, ReleaseStrategy releaseStrategy) org.springframework.integration.config 内の MessageGroupStore 使用
型 MessageGroupStore のパラメーターを持つ org.springframework.integration.config のメソッドorg.springframework.integration.dsl 内の MessageGroupStore 使用
型 MessageGroupStore のパラメーターを持つ org.springframework.integration.dsl のメソッド修飾子と型メソッド説明CorrelationHandlerSpec.messageStore(MessageGroupStore messageStore) DelayerEndpointSpec.messageStore(MessageGroupStore messageStore) org.springframework.integration.handler 内の MessageGroupStore 使用
型 MessageGroupStore のパラメーターを持つ org.springframework.integration.handler のメソッド修飾子と型メソッド説明voidDelayHandler.setMessageStore(MessageGroupStore messageStore) 遅延を待機している間にメッセージを保管するために使用する必要があるMessageGroupStoreを指定します。org.springframework.integration.hazelcast.store 内の MessageGroupStore 使用
org.springframework.integration.jdbc.store 内の MessageGroupStore 使用
org.springframework.integration.mongodb.store 内の MessageGroupStore 使用
修飾子と型クラス説明classこのクラスの実装の一般的なオプションの構成を提供するための、抽象的な MongoDBAbstractMessageGroupStore実装。classclassMongoDBPriorityCapableChannelMessageStoreの実装。class永続性を MongoDB に依存するMessageStore戦略とMessageGroupStore戦略の両方の実装。org.springframework.integration.redis.store 内の MessageGroupStore 使用
org.springframework.integration.store 内の MessageGroupStore 使用
MessageGroupStore を実装している org.springframework.integration.store のクラス修飾子と型クラス説明classKey/Value スタイルMessageGroupStoreおよびMessageStoreの実装の基本クラス。classclassMessageStoreおよびMessageGroupStoreのマップベースのインメモリ実装。型 MessageGroupStore のパラメーターを持つ org.springframework.integration.store のメソッド修飾子と型メソッド説明MessageGroupFactory.create(MessageGroupStore messageGroupStore, ObjectSE groupId) 提供されたgroupIdに基づいてMessageGroupインスタンスを作成します。MessageGroupFactory.create(MessageGroupStore messageGroupStore, ObjectSE groupId, long timestamp, boolean complete) 提供されたgroupIdに基づいてMessageGroupインスタンスを作成します。SimpleMessageGroupFactory.create(MessageGroupStore messageGroupStore, ObjectSE groupId) SimpleMessageGroupFactory.create(MessageGroupStore messageGroupStore, ObjectSE groupId, long timestamp, boolean complete) voidMessageGroupStore.MessageGroupCallback.execute(MessageGroupStore messageGroupStore, MessageGroup group) voidMessageGroupStoreReaper.setMessageGroupStore(MessageGroupStore messageGroupStore) 他の構成に従って期限切れになるメッセージグループストア。型 MessageGroupStore のパラメーターを持つ org.springframework.integration.store のコンストラクター