Class KafkaOutboundGatewaySpec.KafkaGatewayMessageHandlerTemplateSpec<K,​V,​R>

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
org.springframework.integration.dsl.IntegrationComponentSpec<S,​H>
org.springframework.integration.dsl.MessageHandlerSpec<S,​KafkaProducerMessageHandler<K,​V>>
org.springframework.integration.kafka.dsl.KafkaProducerMessageHandlerSpec<K,​V,​S>
org.springframework.integration.kafka.dsl.KafkaOutboundGatewaySpec<K,​V,​R,​KafkaOutboundGatewaySpec.KafkaGatewayMessageHandlerTemplateSpec<K,​V,​R>>
org.springframework.integration.kafka.dsl.KafkaOutboundGatewaySpec.KafkaGatewayMessageHandlerTemplateSpec<K,​V,​R>
Type Parameters:
K - the key type.
V - the outbound value type.
R - the reply value type.
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<KafkaProducerMessageHandler<K,​V>>, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle, org.springframework.integration.dsl.ComponentsRegistration
Enclosing class:
KafkaOutboundGatewaySpec<K,​V,​R,​S extends KafkaOutboundGatewaySpec<K,​V,​R,​S>>

public static class KafkaOutboundGatewaySpec.KafkaGatewayMessageHandlerTemplateSpec<K,​V,​R>
extends KafkaOutboundGatewaySpec<K,​V,​R,​KafkaOutboundGatewaySpec.KafkaGatewayMessageHandlerTemplateSpec<K,​V,​R>>
implements org.springframework.integration.dsl.ComponentsRegistration
A KafkaTemplate-based KafkaProducerMessageHandlerSpec extension.