K - the key type.V - the request value type.R - the reply value type.public static class KafkaInboundGatewaySpec.KafkaInboundGatewayListenerContainerSpec<K,V,R> extends KafkaInboundGatewaySpec<K,V,R,KafkaInboundGatewaySpec.KafkaInboundGatewayListenerContainerSpec<K,V,R>> implements org.springframework.integration.dsl.ComponentsRegistration
ConcurrentMessageListenerContainer configuration KafkaInboundGatewaySpec
extension.KafkaInboundGatewaySpec.KafkaInboundGatewayListenerContainerSpec<K,V,R>| Modifier and Type | Method and Description |
|---|---|
KafkaInboundGatewaySpec.KafkaInboundGatewayListenerContainerSpec<K,V,R> |
configureListenerContainer(java.util.function.Consumer<KafkaMessageListenerContainerSpec<K,V>> configurer)
Configure a listener container by invoking the
Consumer callback, with a
KafkaMessageListenerContainerSpec argument. |
KafkaInboundGatewaySpec.KafkaInboundGatewayListenerContainerSpec<K,V,R> |
configureTemplate(java.util.function.Consumer<KafkaTemplateSpec<K,R>> configurer)
Configure a template by invoking the
Consumer callback, with a
KafkaTemplateSpec argument. |
java.util.Map<java.lang.Object,java.lang.String> |
getComponentsToRegister() |
messageConverter, recoveryCallback, retryTemplateautoStartup, errorChannel, errorChannel, id, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrackpublic KafkaInboundGatewaySpec.KafkaInboundGatewayListenerContainerSpec<K,V,R> configureListenerContainer(java.util.function.Consumer<KafkaMessageListenerContainerSpec<K,V>> configurer)
Consumer callback, with a
KafkaMessageListenerContainerSpec argument.configurer - the configurer Java 8 Lambda.public KafkaInboundGatewaySpec.KafkaInboundGatewayListenerContainerSpec<K,V,R> configureTemplate(java.util.function.Consumer<KafkaTemplateSpec<K,R>> configurer)
Consumer callback, with a
KafkaTemplateSpec argument.configurer - the configurer Java 8 Lambda.public java.util.Map<java.lang.Object,java.lang.String> getComponentsToRegister()
getComponentsToRegister in interface org.springframework.integration.dsl.ComponentsRegistrationgetComponentsToRegister in class KafkaInboundGatewaySpec<K,V,R,KafkaInboundGatewaySpec.KafkaInboundGatewayListenerContainerSpec<K,V,R>>