Class 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.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.
Since:
5.4