Class RabbitStreamInboundChannelAdapterSpec

All Implemented Interfaces:
DisposableBean, FactoryBean<AmqpInboundChannelAdapter>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration

public class RabbitStreamInboundChannelAdapterSpec extends AmqpInboundChannelAdapterSpec<RabbitStreamInboundChannelAdapterSpec,StreamListenerContainer>
Spec for an inbound channel adapter with a StreamListenerContainer.
Since:
6.0
Author:
Gary Russell, Artem Bilan
  • Constructor Details

    • RabbitStreamInboundChannelAdapterSpec

      protected RabbitStreamInboundChannelAdapterSpec(StreamListenerContainer listenerContainer)
    • RabbitStreamInboundChannelAdapterSpec

      protected RabbitStreamInboundChannelAdapterSpec(com.rabbitmq.stream.Environment environment, @Nullable com.rabbitmq.stream.Codec codec)
  • Method Details