クラス RabbitProperties.SimpleContainer

含まれているクラス:
RabbitProperties

public static class RabbitProperties.SimpleContainer extends RabbitProperties.AmqpContainer
SimpleMessageListenerContainer の構成プロパティ。
  • コンストラクターの詳細

    • SimpleContainer

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

    • getConcurrency

      public IntegerSE getConcurrency()
    • setConcurrency

      public void setConcurrency(IntegerSE concurrency)
    • getMaxConcurrency

      public IntegerSE getMaxConcurrency()
    • setMaxConcurrency

      public void setMaxConcurrency(IntegerSE maxConcurrency)
    • getBatchSize

      public IntegerSE getBatchSize()
    • setBatchSize

      public void setBatchSize(IntegerSE batchSize)
    • isMissingQueuesFatal

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

      public void setMissingQueuesFatal(boolean missingQueuesFatal)
    • isConsumerBatchEnabled

      public boolean isConsumerBatchEnabled()
    • setConsumerBatchEnabled

      public void setConsumerBatchEnabled(boolean consumerBatchEnabled)