Class QueueChannelSpec

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<QueueChannel>, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, org.springframework.context.Phased, org.springframework.context.SmartLifecycle, ComponentsRegistration
Direct Known Subclasses:
QueueChannelSpec.MessageStoreSpec

public class QueueChannelSpec extends MessageChannelSpec<QueueChannelSpec,QueueChannel>
Since:
5.0
  • Field Details

    • queue

      protected Queue<org.springframework.messaging.Message<?>> queue
    • capacity

      protected Integer capacity
  • Constructor Details

    • QueueChannelSpec

      protected QueueChannelSpec()
    • QueueChannelSpec

      protected QueueChannelSpec(Queue<org.springframework.messaging.Message<?>> queue)
    • QueueChannelSpec

      protected QueueChannelSpec(Integer capacity)
  • Method Details