Class KafkaOutboundGatewaySpec.ReplyingKafkaTemplateSpec<K, V, R>
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec < KafkaTemplateSpec <K, V>、org.springframework.kafka.core.KafkaTemplate<K, V>>
org.springframework.integration.kafka.dsl.KafkaTemplateSpec<K,V>
org.springframework.integration.kafka.dsl.KafkaOutboundGatewaySpec.ReplyingKafkaTemplateSpec<K,V,R>
- 型パラメーター:
K
- 鍵の型。V
- リクエスト値型。R
- 応答値の型。
- 実装されたすべてのインターフェース:
DisposableBean
、FactoryBean<org.springframework.kafka.core.KafkaTemplate<K,
、V>> InitializingBean
、Lifecycle
、Phased
、SmartLifecycle
- 含まれているクラス:
KafkaOutboundGatewaySpec<K,
V, R, S extends KafkaOutboundGatewaySpec<K, V, R, S>>
public static class KafkaOutboundGatewaySpec.ReplyingKafkaTemplateSpec<K,V,R>
extends KafkaTemplateSpec<K,V>
KafkaTemplate
の IntegrationComponentSpec
実装。- 導入:
- 5.4
- 作成者:
- Gary Russell
フィールドのサマリー
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, target
インターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTE
インターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASE
メソッドのサマリー
修飾子と型メソッド説明defaultReplyTimeout
(DurationSE replyTimeout) デフォルトの応答タイムアウト。taskScheduler
(TaskScheduler scheduler) クラス org.springframework.integration.kafka.dsl.KafkaTemplateSpec から継承されたメソッド
defaultTopic, getTemplate, id, messageConverter, producerListener
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stop
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.beans.factory.FactoryBean から継承されたメソッド
isSingleton
メソッドの詳細
taskScheduler
public KafkaOutboundGatewaySpec.ReplyingKafkaTemplateSpec<K,V, taskSchedulerR> (TaskScheduler scheduler) defaultReplyTimeout
public KafkaOutboundGatewaySpec.ReplyingKafkaTemplateSpec<K,V, defaultReplyTimeoutR> (DurationSE replyTimeout) デフォルトの応答タイムアウト。- パラメーター:
replyTimeout
- タイムアウト。- 戻り値:
- スペック。