クラス RedisQueueInboundGatewaySpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<RedisQueueInboundGatewaySpec, RedisQueueInboundGateway>
org.springframework.integration.dsl.MessagingGatewaySpec<RedisQueueInboundGatewaySpec, RedisQueueInboundGateway>
org.springframework.integration.redis.dsl.RedisQueueInboundGatewaySpec
- 実装済みのインターフェース一覧:
DisposableBean, FactoryBean<RedisQueueInboundGateway>, InitializingBean, Lifecycle, Phased, SmartLifecycle
public class RedisQueueInboundGatewaySpec
extends MessagingGatewaySpec<RedisQueueInboundGatewaySpec, RedisQueueInboundGateway>
- 導入:
- 7.1
- 作成者:
- Jiandong Ma
フィールド概要
クラス IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクター概要
コンストラクター修飾子コンストラクター説明protectedRedisQueueInboundGatewaySpec(StringSE queueName, RedisConnectionFactory connectionFactory) 方法の概要
修飾子と型メソッド説明extractPayload(boolean extractPayload) ペイロードを抽出するかどうかを指定します。receiveTimeout(long receiveTimeout) receiveTimeout を指定してください。receiveTimeout(DurationSE receiveTimeout) receiveTimeout を指定してください。recoveryInterval(long recoveryInterval) 「右ポップ」操作で例外が発生した後、リスナータスクを再起動する前にリスナータスクがスリープする時間(ミリ秒単位)を指定します。serializer(RedisSerializer<?> serializer) Redis シリアライザを指定します。taskExecutor(ExecutorSE taskExecutor) 基となるリスニングタスクには、ExecutorSE を指定してください。クラス MessagingGatewaySpec から継承されたメソッド
autoStartup, errorChannel, errorChannel, errorOnTimeout, id, observationConvention, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrackクラス IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース FactoryBean から継承されたメソッド
isSingletonインターフェース SmartLifecycle から継承されたメソッド
isPauseable
コンストラクターの詳細
RedisQueueInboundGatewaySpec
protected RedisQueueInboundGatewaySpec(StringSE queueName, RedisConnectionFactory connectionFactory)
方法の詳細
extractPayload
ペイロードを抽出するかどうかを指定します。- パラメーター:
extractPayload- extractPayload- 戻り値:
- スペック
- 関連事項:
serializer
Redis シリアライザを指定します。- パラメーター:
serializer- シリアライザー- 戻り値:
- スペック
- 関連事項:
receiveTimeout
receiveTimeout を指定してください。- パラメーター:
receiveTimeout- receiveTimeout- 戻り値:
- スペック
- 関連事項:
receiveTimeout
receiveTimeout を指定してください。- パラメーター:
receiveTimeout- receiveTimeout- 戻り値:
- スペック
- 関連事項:
taskExecutor
基となるリスニングタスクには、ExecutorSE を指定してください。- パラメーター:
taskExecutor- taskExecutor- 戻り値:
- スペック
- 関連事項:
recoveryInterval
「右ポップ」操作で例外が発生した後、リスナータスクを再起動する前にリスナータスクがスリープする時間(ミリ秒単位)を指定します。- パラメーター:
recoveryInterval- recoveryInterval- 戻り値:
- スペック
- 関連事項: