Class KafkaOutboundGatewaySpec.ReplyingKafkaTemplateSpec<K,V,R>  
java.lang.Object
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>  
- Type Parameters:
- K- the key type.
- V- the request value type.
- R- the reply value type.
- All Implemented Interfaces:
- DisposableBean,- FactoryBean<org.springframework.kafka.core.KafkaTemplate<K,,- V>> - InitializingBean,- Lifecycle,- Phased,- SmartLifecycle
- Enclosing class:
- KafkaOutboundGatewaySpec<K,V, R, S extends KafkaOutboundGatewaySpec<K, V, R, S>> 
public static class KafkaOutboundGatewaySpec.ReplyingKafkaTemplateSpec<K,V,R>  
extends KafkaTemplateSpec<K,V> 
An 
IntegrationComponentSpec
 implementation for the KafkaTemplate.- 
Field SummaryFields inherited from class org.springframework.integration.dsl.IntegrationComponentSpeclogger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycleDEFAULT_PHASE
- 
Method SummaryModifier and TypeMethodDescriptiondefaultReplyTimeout(Duration replyTimeout) Default reply timeout.taskScheduler(TaskScheduler scheduler) Methods inherited from class org.springframework.integration.kafka.dsl.KafkaTemplateSpecdefaultTopic, getTemplate, id, messageConverter, producerListenerMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBeanisSingleton
- 
Method Details- 
taskSchedulerpublic KafkaOutboundGatewaySpec.ReplyingKafkaTemplateSpec<K,V, taskSchedulerR> (TaskScheduler scheduler) 
- 
defaultReplyTimeoutpublic KafkaOutboundGatewaySpec.ReplyingKafkaTemplateSpec<K,V, defaultReplyTimeoutR> (Duration replyTimeout) Default reply timeout.- Parameters:
- replyTimeout- the timeout.
- Returns:
- the spec.
 
 
-