クラス RedisStoreOutboundChannelAdapterSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<RedisStoreOutboundChannelAdapterSpec, RedisStoreWritingMessageHandler>
org.springframework.integration.dsl.MessageHandlerSpec<RedisStoreOutboundChannelAdapterSpec, RedisStoreWritingMessageHandler>
org.springframework.integration.redis.dsl.RedisStoreOutboundChannelAdapterSpec
- 実装済みのインターフェース一覧:
DisposableBean, FactoryBean<RedisStoreWritingMessageHandler>, InitializingBean, Lifecycle, Phased, SmartLifecycle
public class RedisStoreOutboundChannelAdapterSpec
extends MessageHandlerSpec<RedisStoreOutboundChannelAdapterSpec, RedisStoreWritingMessageHandler>
- 導入:
- 7.1
- 作成者:
- Jiandong Ma
フィールド概要
クラス IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクター概要
コンストラクター修飾子コンストラクター説明protectedRedisStoreOutboundChannelAdapterSpec(RedisConnectionFactory connectionFactory) protectedRedisStoreOutboundChannelAdapterSpec(RedisTemplate<StringSE, ?> redisTemplate) 方法の概要
修飾子と型メソッド説明collectionType(RedisCollectionFactoryBean.CollectionType collectionType) コレクションの種類を指定してください。extractPayloadElements(boolean extractPayloadElements) ペイロード要素を抽出するかどうかを指定します。Redis ストアのキーを指定してください。keyExpression(StringSE keyExpression) Redis ストアのキーを決定するために使用する SpEL 式を指定します。keyExpression(Expression keyExpression) Redis ストアのキーを決定するために使用する式を指定してください。keyFunction(FunctionSE<Message<?>, StringSE> keyFunction) Redis ストアのキーを決定するために使用する KeyFunction を指定します。mapKeyExpression(StringSE mapKeyExpression) マップおよびプロパティのエントリのキーとして使用される SPEL 式を指定します。mapKeyExpression(Expression mapKeyExpression) マップおよびプロパティのエントリのキーとして使用する式を指定します。mapKeyFunction(FunctionSE<Message<?>, StringSE> mapKeyFunction) マップおよびプロパティのエントリのキーとして使用される関数を指定します。zsetIncrementScoreExpression(StringSE zsetIncrementScoreExpression) ZSet コレクションの場合に、ZADD コマンドの INCR フラグとして使用される SPEL 式を指定します。zsetIncrementScoreExpression(Expression zsetIncrementScoreExpression) ZSet コレクションの場合、ZADD コマンドの INCR フラグとして使用される式を指定します。zsetIncrementScoreFunction(FunctionSE<Message<?>, BooleanSE> zsetIncrementScoreFunction) ZSet コレクションの場合、ZADD コマンドの INCR フラグとして使用される関数を指定します。クラス 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
コンストラクターの詳細
RedisStoreOutboundChannelAdapterSpec
RedisStoreOutboundChannelAdapterSpec
方法の詳細
key
Redis ストアのキーを指定してください。- パラメーター:
key- キー- 戻り値:
- スペック
- 関連事項:
keyExpression
Redis ストアのキーを決定するために使用する SpEL 式を指定します。- パラメーター:
keyExpression- keyExpression- 戻り値:
- スペック
- 関連事項:
keyExpression
Redis ストアのキーを決定するために使用する式を指定してください。- パラメーター:
keyExpression- keyExpression- 戻り値:
- スペック
- 関連事項:
keyFunction
public RedisStoreOutboundChannelAdapterSpec keyFunction(FunctionSE<Message<?>, StringSE> keyFunction) Redis ストアのキーを決定するために使用する KeyFunction を指定します。- パラメーター:
keyFunction- keyFunction- 戻り値:
- スペック
- 関連事項:
collectionType
public RedisStoreOutboundChannelAdapterSpec collectionType(RedisCollectionFactoryBean.CollectionType collectionType) コレクションの種類を指定してください。サポートされているコレクションは、LIST、SET、ZSET、PROPERTIES、MAP です。- パラメーター:
collectionType- collectionType- 戻り値:
- スペック
- 関連事項:
extractPayloadElements
ペイロード要素を抽出するかどうかを指定します。- パラメーター:
extractPayloadElements- extractPayloadElements- 戻り値:
- スペック
- 関連事項:
mapKeyExpression
マップおよびプロパティのエントリのキーとして使用される SPEL 式を指定します。- パラメーター:
mapKeyExpression- mapKeyExpression- 戻り値:
- スペック
- 関連事項:
mapKeyExpression
マップおよびプロパティのエントリのキーとして使用する式を指定します。- パラメーター:
mapKeyExpression- mapKeyExpression- 戻り値:
- スペック
- 関連事項:
mapKeyFunction
public RedisStoreOutboundChannelAdapterSpec mapKeyFunction(FunctionSE<Message<?>, StringSE> mapKeyFunction) マップおよびプロパティのエントリのキーとして使用される関数を指定します。- パラメーター:
mapKeyFunction- mapKeyFunction- 戻り値:
- スペック
- 関連事項:
zsetIncrementScoreExpression
public RedisStoreOutboundChannelAdapterSpec zsetIncrementScoreExpression(StringSE zsetIncrementScoreExpression) ZSet コレクションの場合に、ZADD コマンドの INCR フラグとして使用される SPEL 式を指定します。- パラメーター:
zsetIncrementScoreExpression- zsetIncrementScoreExpression- 戻り値:
- スペック
- 関連事項:
zsetIncrementScoreExpression
public RedisStoreOutboundChannelAdapterSpec zsetIncrementScoreExpression(Expression zsetIncrementScoreExpression) ZSet コレクションの場合、ZADD コマンドの INCR フラグとして使用される式を指定します。- パラメーター:
zsetIncrementScoreExpression- zsetIncrementScoreExpression- 戻り値:
- スペック
- 関連事項:
zsetIncrementScoreFunction
public RedisStoreOutboundChannelAdapterSpec zsetIncrementScoreFunction(FunctionSE<Message<?>, BooleanSE> zsetIncrementScoreFunction) ZSet コレクションの場合、ZADD コマンドの INCR フラグとして使用される関数を指定します。- パラメーター:
zsetIncrementScoreFunction- zsetIncrementScoreFunction- 戻り値:
- スペック
- 関連事項: