public static class RabbitProperties.SimpleContainer extends RabbitProperties.AmqpContainer
SimpleMessageListenerContainer の構成プロパティ。| コンストラクターと説明 |
|---|
SimpleContainer() |
| 修飾子と型 | メソッドと説明 |
|---|---|
IntegerSE | getBatchSize() |
IntegerSE | getConcurrency() |
IntegerSE | getMaxConcurrency() |
IntegerSE | getTransactionSize() 使用すべきではありません。 2.2.0 以降、 getBatchSize() を推奨 |
boolean | isMissingQueuesFatal() |
void | setBatchSize(IntegerSE batchSize) |
void | setConcurrency(IntegerSE concurrency) |
void | setMaxConcurrency(IntegerSE maxConcurrency) |
void | setMissingQueuesFatal(boolean missingQueuesFatal) |
void | setTransactionSize(IntegerSE transactionSize) 使用すべきではありません。 2.2.0 以降、 setBatchSize(Integer) を推奨 |
getAcknowledgeMode, getDefaultRequeueRejected, getIdleEventInterval, getPrefetch, getRetry, isAutoStartup, setAcknowledgeMode, setAutoStartup, setDefaultRequeueRejected, setIdleEventInterval, setPrefetchcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic IntegerSE getConcurrency()
public void setConcurrency(IntegerSE concurrency)
public IntegerSE getMaxConcurrency()
public void setMaxConcurrency(IntegerSE maxConcurrency)
@DeprecatedConfigurationProperty(replacement="spring.rabbitmq.listener.simple.batch-size") @DeprecatedSE public IntegerSE getTransactionSize()
getBatchSize() に移行 @DeprecatedSE public void setTransactionSize(IntegerSE transactionSize)
setBatchSize(Integer) に移行 transactionSize - メッセージの数 public IntegerSE getBatchSize()
public void setBatchSize(IntegerSE batchSize)
public boolean isMissingQueuesFatal()
RabbitProperties.AmqpContainer の isMissingQueuesFatal public void setMissingQueuesFatal(boolean missingQueuesFatal)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.