Uses of Class
org.springframework.integration.amqp.dsl.AmqpInboundChannelAdapterDMLCSpec
Packages that use AmqpInboundChannelAdapterDMLCSpec
Package
Description
Provides AMQP Component support for the Java DSL.
-
Uses of AmqpInboundChannelAdapterDMLCSpec in org.springframework.integration.amqp.dsl
Subclasses with type arguments of type AmqpInboundChannelAdapterDMLCSpec in org.springframework.integration.amqp.dslModifier and TypeClassDescriptionclass
Spec for an inbound channel adapter with aDirectMessageListenerContainer
.Methods in org.springframework.integration.amqp.dsl that return AmqpInboundChannelAdapterDMLCSpecModifier and TypeMethodDescriptionAmqpInboundChannelAdapterDMLCSpec.configureContainer
(Consumer<DirectMessageListenerContainerSpec> configurer) Amqp.inboundAdapter
(DirectMessageListenerContainer listenerContainer) Create an initialAmqpInboundGatewayDMLCSpec
with providedDirectMessageListenerContainer
.