public static class RabbitProperties.Template extends ObjectSE
コンストラクターと説明 |
---|
Template() |
修飾子と型 | メソッドと説明 |
---|---|
StringSE | getDefaultReceiveQueue() |
StringSE | getExchange() |
BooleanSE | getMandatory() |
StringSE | getQueue() 使用すべきではありません。 |
DurationSE | getReceiveTimeout() |
DurationSE | getReplyTimeout() |
RabbitProperties.Retry | getRetry() |
StringSE | getRoutingKey() |
void | setDefaultReceiveQueue(StringSE defaultReceiveQueue) |
void | setExchange(StringSE exchange) |
void | setMandatory(BooleanSE mandatory) |
void | setQueue(StringSE queue) 使用すべきではありません。 |
void | setReceiveTimeout(DurationSE receiveTimeout) |
void | setReplyTimeout(DurationSE replyTimeout) |
void | setRoutingKey(StringSE routingKey) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public RabbitProperties.Retry getRetry()
public BooleanSE getMandatory()
public void setMandatory(BooleanSE mandatory)
public DurationSE getReceiveTimeout()
public void setReceiveTimeout(DurationSE receiveTimeout)
public DurationSE getReplyTimeout()
public void setReplyTimeout(DurationSE replyTimeout)
public StringSE getExchange()
public void setExchange(StringSE exchange)
public StringSE getRoutingKey()
public void setRoutingKey(StringSE routingKey)
public StringSE getDefaultReceiveQueue()
public void setDefaultReceiveQueue(StringSE defaultReceiveQueue)
@DeprecatedSE @DeprecatedConfigurationProperty(replacement="spring.rabbitmq.template.default-receive-queue") public StringSE getQueue()
@DeprecatedSE public void setQueue(StringSE queue)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.