Uses of Class
org.springframework.integration.kafka.inbound.KafkaInboundGateway
Packages that use KafkaInboundGateway
Package
Description
Provides Spring Integration Java DSL Components support for Apache Kafka.
-
Uses of KafkaInboundGateway in org.springframework.integration.kafka.dsl
Subclasses with type arguments of type KafkaInboundGateway in org.springframework.integration.kafka.dslModifier and TypeClassDescriptionclass
KafkaInboundGatewaySpec<K,
V, R, S extends KafkaInboundGatewaySpec<K, V, R, S>> AMessagingGatewaySpec
implementation for theKafkaInboundGateway
.