クラス RedisQueueOutboundChannelAdapterSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<RedisQueueOutboundChannelAdapterSpec, RedisQueueOutboundChannelAdapter>
org.springframework.integration.dsl.MessageHandlerSpec<RedisQueueOutboundChannelAdapterSpec, RedisQueueOutboundChannelAdapter>
org.springframework.integration.redis.dsl.RedisQueueOutboundChannelAdapterSpec
- 実装済みのインターフェース一覧:
DisposableBean, FactoryBean<RedisQueueOutboundChannelAdapter>, InitializingBean, Lifecycle, Phased, SmartLifecycle
public class RedisQueueOutboundChannelAdapterSpec
extends MessageHandlerSpec<RedisQueueOutboundChannelAdapterSpec, RedisQueueOutboundChannelAdapter>
- 導入:
- 7.1
- 作成者:
- Jiandong Ma
フィールド概要
クラス IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクター概要
コンストラクター修飾子コンストラクター説明protectedRedisQueueOutboundChannelAdapterSpec(StringSE queueName, RedisConnectionFactory connectionFactory) protectedRedisQueueOutboundChannelAdapterSpec(Expression queueExpression, RedisConnectionFactory connectionFactory) 方法の概要
修飾子と型メソッド説明extractPayload(boolean extractPayload) ペイロードのみを送信するか、メッセージ全体を送信するかを Redis キューに指定します。leftPush(boolean leftPush) Redis キューにメッセージを書き込むには、「左プッシュ」または「右プッシュ」を使用するように指定します。serializer(RedisSerializer<?> serializer) RedisSerializer に、Redis キューに送信する前にデータを直列化するように指定します。クラス 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
コンストラクターの詳細
RedisQueueOutboundChannelAdapterSpec
protected RedisQueueOutboundChannelAdapterSpec(StringSE queueName, RedisConnectionFactory connectionFactory) RedisQueueOutboundChannelAdapterSpec
protected RedisQueueOutboundChannelAdapterSpec(Expression queueExpression, RedisConnectionFactory connectionFactory)
方法の詳細
extractPayload
ペイロードのみを送信するか、メッセージ全体を送信するかを Redis キューに指定します。- パラメーター:
extractPayload- extractPayload- 戻り値:
- スペック
- 関連事項:
serializer
RedisSerializer に、Redis キューに送信する前にデータを直列化するように指定します。- パラメーター:
serializer- シリアライザー- 戻り値:
- スペック
- 関連事項:
leftPush
Redis キューにメッセージを書き込むには、「左プッシュ」または「右プッシュ」を使用するように指定します。- パラメーター:
leftPush- leftPush- 戻り値:
- スペック
- 関連事項: