Uses of Class
org.springframework.integration.amqp.dsl.RabbitStreamInboundChannelAdapterSpec
Packages that use RabbitStreamInboundChannelAdapterSpec
Package
Description
Provides AMQP Component support for the Java DSL.
-
Uses of RabbitStreamInboundChannelAdapterSpec in org.springframework.integration.amqp.dsl
Methods in org.springframework.integration.amqp.dsl that return RabbitStreamInboundChannelAdapterSpecModifier and TypeMethodDescriptionRabbitStreamInboundChannelAdapterSpec.configureContainer
(Consumer<RabbitStreamMessageListenerContainerSpec> configurer) RabbitStream.inboundAdapter
(com.rabbitmq.stream.Environment environment) Create an initialRabbitStreamInboundChannelAdapterSpec
with the providedEnvironment
.RabbitStream.inboundAdapter
(com.rabbitmq.stream.Environment environment, com.rabbitmq.stream.Codec codec) Create an initialRabbitStreamInboundChannelAdapterSpec
with the providedEnvironment
.RabbitStream.inboundAdapter
(StreamListenerContainer listenerContainer) Create an initialRabbitStreamInboundChannelAdapterSpec
with the providedStreamListenerContainer
.