public class ProducerParameters
extends java.lang.Object
| Constructor and Description |
|---|
ProducerParameters() |
public com.rabbitmq.client.Channel getChannel()
public ProducerParameters setChannel(com.rabbitmq.client.Channel channel)
public java.lang.String getExchangeName()
public ProducerParameters setExchangeName(java.lang.String exchangeName)
public java.lang.String getId()
public ProducerParameters setId(java.lang.String id)
public boolean isRandomRoutingKey()
public ProducerParameters setRandomRoutingKey(boolean randomRoutingKey)
public java.util.List<?> getFlags()
public ProducerParameters setFlags(java.util.List<?> flags)
public int getTxSize()
public ProducerParameters setTxSize(int txSize)
public int getMsgLimit()
public ProducerParameters setMsgLimit(int msgLimit)
public long getConfirm()
public ProducerParameters setConfirm(long confirm)
public int getConfirmTimeout()
public ProducerParameters setConfirmTimeout(int confirmTimeout)
public MessageBodySource getMessageBodySource()
public ProducerParameters setMessageBodySource(MessageBodySource messageBodySource)
public TimestampProvider getTsp()
public ProducerParameters setTsp(TimestampProvider tsp)
public PerformanceMetrics getPerformanceMetrics()
public ProducerParameters setPerformanceMetrics(PerformanceMetrics performanceMetrics)
public java.util.Map<java.lang.String,java.lang.Object> getMessageProperties()
public ProducerParameters setMessageProperties(java.util.Map<java.lang.String,java.lang.Object> messageProperties)
public MulticastSet.CompletionHandler getCompletionHandler()
public ProducerParameters setCompletionHandler(MulticastSet.CompletionHandler completionHandler)
public int getRoutingKeyCacheSize()
public ProducerParameters setRoutingKeyCacheSize(int routingKeyCacheSize)
public int getRandomStartDelayInSeconds()
public ProducerParameters setRandomStartDelayInSeconds(int randomStartDelayInSeconds)
public com.rabbitmq.perf.Recovery.RecoveryProcess getRecoveryProcess()
public ProducerParameters setRecoveryProcess(com.rabbitmq.perf.Recovery.RecoveryProcess recoveryProcess)
public com.rabbitmq.perf.ValueIndicator<java.lang.Float> getRateIndicator()
public ProducerParameters setRateIndicator(com.rabbitmq.perf.ValueIndicator<java.lang.Float> rateIndicator)
public com.rabbitmq.perf.StartListener getStartListener()
public ProducerParameters setStartListener(com.rabbitmq.perf.StartListener startListener)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.