クラス RedisMessageStore
java.lang.ObjectSE
org.springframework.integration.store.AbstractBatchingMessageGroupStore
org.springframework.integration.store.AbstractMessageGroupStore
org.springframework.integration.store.AbstractKeyValueMessageStore
org.springframework.integration.redis.store.RedisMessageStore
- 実装されたすべてのインターフェース:
IterableSE<MessageGroup>
、Aware
、BeanClassLoaderAware
、BasicMessageGroupStore
、MessageGroupStore
、MessageStore
キー / 値スタイル
MessageStore
および MessageGroupStore
の Redis 実装 - 導入:
- 2.1
- 作成者:
- Oleg Zhurakousky, Gary Russell, Artem Bilan
ネストされたクラスのサマリー
インターフェース org.springframework.integration.store.MessageGroupStore から継承されたネストクラス / インターフェース
MessageGroupStore.MessageGroupCallback
フィールドのサマリー
クラス org.springframework.integration.store.AbstractKeyValueMessageStore から継承されたフィールド
MESSAGE_GROUP_KEY_PREFIX, MESSAGE_KEY_PREFIX
クラス org.springframework.integration.store.AbstractMessageGroupStore から継承されたフィールド
logger
コンストラクターの概要
コンストラクターコンストラクター説明RedisMessageStore
(RedisConnectionFactory connectionFactory) 提供されたRedisConnectionFactory
とデフォルトの空のプレフィックスに基づいてRedisMessageStore
を構築します。RedisMessageStore
(RedisConnectionFactory connectionFactory, StringSE prefix) 提供されたRedisConnectionFactory
とプレフィックスに基づいてRedisMessageStore
を構築します。メソッドのサマリー
修飾子と型メソッド説明protected CollectionSE
<?> doListKeys
(StringSE keyPattern) protected ObjectSE
protected void
doRemoveAll
(CollectionSE<ObjectSE> ids) protected ObjectSE
doRetrieve
(ObjectSE id) protected void
protected void
doStoreIfAbsent
(ObjectSE id, ObjectSE objectToStore) void
setBeanClassLoader
(ClassLoaderSE classLoader) void
setValueSerializer
(RedisSerializer<?> valueSerializer) クラス org.springframework.integration.store.AbstractKeyValueMessageStore から継承されたメソッド
addMessage, addMessagesToGroup, completeGroup, doAddMessage, doAddMessage, getGroupMetadata, getGroupPrefix, getMessage, getMessageCount, getMessageFromGroup, getMessageGroup, getMessageMetadata, getMessagePrefix, getMessagesForGroup, getOneMessageFromGroup, iterator, messageGroupSize, pollMessageFromGroup, removeMessage, removeMessageFromGroupById, removeMessageGroup, removeMessagesFromGroup, setGroupCondition, setLastReleasedSequenceNumberForGroup, streamMessagesForGroup
クラス org.springframework.integration.store.AbstractMessageGroupStore から継承されたメソッド
addMessageToGroup, copy, expireMessageGroups, getMessageCountForAllMessageGroups, getMessageGroupCount, getMessageGroupFactory, isTimeoutOnIdle, registerMessageGroupExpiryCallback, removeMessagesFromGroup, setExpiryCallbacks, setLazyLoadMessageGroups, setTimeoutOnIdle
クラス org.springframework.integration.store.AbstractBatchingMessageGroupStore から継承されたメソッド
getRemoveBatchSize, setMessageGroupFactory, setRemoveBatchSize
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース java.lang.IterableSE から継承されたメソッド
forEachSE, spliterator
コンストラクターの詳細
RedisMessageStore
提供されたRedisConnectionFactory
とデフォルトの空のプレフィックスに基づいてRedisMessageStore
を構築します。- パラメーター:
connectionFactory
- 使用する RedisConnectionFactory
RedisMessageStore
提供されたRedisConnectionFactory
とプレフィックスに基づいてRedisMessageStore
を構築します。- パラメーター:
connectionFactory
- 使用する RedisConnectionFactoryprefix
- 使用するキープレフィックス。同じブローカーを複数のストアで使用できるようにします。- 導入:
- 4.3.12
- 関連事項:
メソッドの詳細
setBeanClassLoader
- 次で指定:
- インターフェース
BeanClassLoaderAware
のsetBeanClassLoader
setValueSerializer
doRetrieve
- 次で指定:
- クラス
AbstractKeyValueMessageStore
のdoRetrieve
doStore
- 次で指定:
- クラス
AbstractKeyValueMessageStore
のdoStore
doStoreIfAbsent
- 次で指定:
- クラス
AbstractKeyValueMessageStore
のdoStoreIfAbsent
doRemove
- 次で指定:
- クラス
AbstractKeyValueMessageStore
のdoRemove
doRemoveAll
- 次で指定:
- クラス
AbstractKeyValueMessageStore
のdoRemoveAll
doListKeys
- 次で指定:
- クラス
AbstractKeyValueMessageStore
のdoListKeys