クラス RedisStoreInboundChannelAdapterSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<RedisStoreInboundChannelAdapterSpec, RedisStoreMessageSource>
org.springframework.integration.dsl.MessageSourceSpec<RedisStoreInboundChannelAdapterSpec, RedisStoreMessageSource>
org.springframework.integration.redis.dsl.RedisStoreInboundChannelAdapterSpec
- 実装済みのインターフェース一覧:
DisposableBean, FactoryBean<RedisStoreMessageSource>, InitializingBean, Lifecycle, Phased, SmartLifecycle
public class RedisStoreInboundChannelAdapterSpec
extends MessageSourceSpec<RedisStoreInboundChannelAdapterSpec, RedisStoreMessageSource>
- 導入:
- 7.1
- 作成者:
- Jiandong Ma
フィールド概要
クラス IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクター概要
コンストラクター修飾子コンストラクター説明protectedRedisStoreInboundChannelAdapterSpec(RedisConnectionFactory connectionFactory, Expression keyExpression) protectedRedisStoreInboundChannelAdapterSpec(RedisTemplate<StringSE, ?> redisTemplate, Expression keyExpression) 方法の概要
修飾子と型メソッド説明collectionType(RedisCollectionFactoryBean.CollectionType collectionType) コレクションの種類を指定してください。クラス MessageSourceSpec から継承されたメソッド
messageHeadersクラス IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース FactoryBean から継承されたメソッド
isSingletonインターフェース SmartLifecycle から継承されたメソッド
isPauseable
コンストラクターの詳細
RedisStoreInboundChannelAdapterSpec
protected RedisStoreInboundChannelAdapterSpec(RedisTemplate<StringSE, ?> redisTemplate, Expression keyExpression) RedisStoreInboundChannelAdapterSpec
protected RedisStoreInboundChannelAdapterSpec(RedisConnectionFactory connectionFactory, Expression keyExpression)
方法の詳細
collectionType
public RedisStoreInboundChannelAdapterSpec collectionType(RedisCollectionFactoryBean.CollectionType collectionType) コレクションの種類を指定してください。サポートされているコレクションは、LIST、SET、ZSET、PROPERTIES、MAP です。- パラメーター:
collectionType- collectionType- 戻り値:
- スペック
- 関連事項: