Class StreamListenerContainer

    • Field Detail

      • logger

        protected Log logger
    • Constructor Detail

      • StreamListenerContainer

        public StreamListenerContainer​(com.rabbitmq.stream.Environment environment)
        Construct an instance using the provided environment.
        Parameters:
        environment - the environment.
      • StreamListenerContainer

        public StreamListenerContainer​(com.rabbitmq.stream.Environment environment,
                                       @Nullable
                                       com.rabbitmq.stream.Codec codec)
        Construct an instance using the provided environment and codec.
        Parameters:
        environment - the environment.
        codec - the codec used to create reply messages.