Uses of Class
org.springframework.integration.amqp.dsl.RabbitStreamInboundChannelAdapterSpec
Package
Description
Provides AMQP Component support for the Java DSL.
-
Uses of RabbitStreamInboundChannelAdapterSpec in org.springframework.integration.amqp.dsl
Modifier 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
.