Class CompositeContainerCustomizer<C extends MessageListenerContainer>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(C container)
      Configure the container.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompositeContainerCustomizer

        public CompositeContainerCustomizer​(java.util.List<ContainerCustomizer<C>> customizers)
        Create an instance with the provided delegate customizers.
        Parameters:
        customizers - the customizers.