Uses of Class
org.springframework.integration.kafka.dsl.KafkaOutboundGatewaySpec
Packages that use KafkaOutboundGatewaySpec
Package
Description
Provides Spring Integration Java DSL Components support for Apache Kafka.
-
Uses of KafkaOutboundGatewaySpec in org.springframework.integration.kafka.dsl
Classes in org.springframework.integration.kafka.dsl with type parameters of type KafkaOutboundGatewaySpecModifier and TypeClassDescriptionclass
KafkaOutboundGatewaySpec<K,
V, R, S extends KafkaOutboundGatewaySpec<K, V, R, S>> AMessageHandlerSpec
implementation for theKafkaProducerMessageHandler
as a gateway.Subclasses of KafkaOutboundGatewaySpec in org.springframework.integration.kafka.dslModifier and TypeClassDescriptionstatic class
AKafkaTemplate
-basedKafkaProducerMessageHandlerSpec
extension.Methods in org.springframework.integration.kafka.dsl that return KafkaOutboundGatewaySpecModifier and TypeMethodDescriptionstatic <K,
V, R> KafkaOutboundGatewaySpec<K, V, R, ?> Kafka.outboundGateway
(org.springframework.kafka.requestreply.ReplyingKafkaTemplate<K, V, R> kafkaTemplate) Create an initialKafkaProducerMessageHandlerSpec
.