クラス RabbitProperties.SimpleContainer

含まれているクラス:
RabbitProperties

public static class RabbitProperties.SimpleContainer extends RabbitProperties.AmqpContainer
SimpleMessageListenerContainer の構成プロパティ。
導入:
4.0.0
作成者:
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
  • コンストラクターの詳細

    • SimpleContainer

      public SimpleContainer()
  • メソッドの詳細

    • getConcurrency

      public @Nullable IntegerSE getConcurrency()
    • setConcurrency

      public void setConcurrency(@Nullable IntegerSE concurrency)
    • getMaxConcurrency

      public @Nullable IntegerSE getMaxConcurrency()
    • setMaxConcurrency

      public void setMaxConcurrency(@Nullable IntegerSE maxConcurrency)
    • getBatchSize

      public @Nullable IntegerSE getBatchSize()
    • setBatchSize

      public void setBatchSize(@Nullable IntegerSE batchSize)
    • isMissingQueuesFatal

      public boolean isMissingQueuesFatal()
      次で指定:
      クラス RabbitProperties.AmqpContainerisMissingQueuesFatal 
    • setMissingQueuesFatal

      public void setMissingQueuesFatal(boolean missingQueuesFatal)
    • isConsumerBatchEnabled

      public boolean isConsumerBatchEnabled()
    • setConsumerBatchEnabled

      public void setConsumerBatchEnabled(boolean consumerBatchEnabled)