Class RabbitProperties.AmqpContainer

java.lang.Object
org.springframework.boot.amqp.autoconfigure.RabbitProperties.BaseContainer
org.springframework.boot.amqp.autoconfigure.RabbitProperties.AmqpContainer
Direct Known Subclasses:
RabbitProperties.DirectContainer, RabbitProperties.SimpleContainer
Enclosing class:
RabbitProperties

public abstract static class RabbitProperties.AmqpContainer extends RabbitProperties.BaseContainer
Since:
4.0.0
Author:
Greg Turnquist, Dave Syer, Stephane Nicoll, Andy Wilkinson, Josh Thornhill, Gary Russell, Artsiom Yudovin, Franjo Zilic, EddĂș MelĂ©ndez, Rafael Carvalho, Scott Frederick, Lasse Wulff, Yanming Zhou
  • Constructor Details

    • AmqpContainer

      public AmqpContainer()
  • Method Details

    • isAutoStartup

      public boolean isAutoStartup()
    • setAutoStartup

      public void setAutoStartup(boolean autoStartup)
    • getAcknowledgeMode

      public @Nullable org.springframework.amqp.core.AcknowledgeMode getAcknowledgeMode()
    • setAcknowledgeMode

      public void setAcknowledgeMode(@Nullable org.springframework.amqp.core.AcknowledgeMode acknowledgeMode)
    • getPrefetch

      public @Nullable Integer getPrefetch()
    • setPrefetch

      public void setPrefetch(@Nullable Integer prefetch)
    • getDefaultRequeueRejected

      public @Nullable Boolean getDefaultRequeueRejected()
    • setDefaultRequeueRejected

      public void setDefaultRequeueRejected(@Nullable Boolean defaultRequeueRejected)
    • getIdleEventInterval

      public @Nullable Duration getIdleEventInterval()
    • setIdleEventInterval

      public void setIdleEventInterval(@Nullable Duration idleEventInterval)
    • isMissingQueuesFatal

      public abstract boolean isMissingQueuesFatal()
    • isDeBatchingEnabled

      public boolean isDeBatchingEnabled()
    • setDeBatchingEnabled

      public void setDeBatchingEnabled(boolean deBatchingEnabled)
    • isForceStop

      public boolean isForceStop()
    • setForceStop

      public void setForceStop(boolean forceStop)
    • getRetry

      public RabbitProperties.ListenerRetry getRetry()