public static class RabbitProperties.Template
extends java.lang.Object
| Constructor and Description |
|---|
Template() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultReceiveQueue() |
java.lang.String |
getExchange() |
java.lang.Boolean |
getMandatory() |
java.time.Duration |
getReceiveTimeout() |
java.time.Duration |
getReplyTimeout() |
RabbitProperties.Retry |
getRetry() |
java.lang.String |
getRoutingKey() |
void |
setDefaultReceiveQueue(java.lang.String defaultReceiveQueue) |
void |
setExchange(java.lang.String exchange) |
void |
setMandatory(java.lang.Boolean mandatory) |
void |
setReceiveTimeout(java.time.Duration receiveTimeout) |
void |
setReplyTimeout(java.time.Duration replyTimeout) |
void |
setRoutingKey(java.lang.String routingKey) |
public RabbitProperties.Retry getRetry()
public java.lang.Boolean getMandatory()
public void setMandatory(java.lang.Boolean mandatory)
public java.time.Duration getReceiveTimeout()
public void setReceiveTimeout(java.time.Duration receiveTimeout)
public java.time.Duration getReplyTimeout()
public void setReplyTimeout(java.time.Duration replyTimeout)
public java.lang.String getExchange()
public void setExchange(java.lang.String exchange)
public java.lang.String getRoutingKey()
public void setRoutingKey(java.lang.String routingKey)
public java.lang.String getDefaultReceiveQueue()
public void setDefaultReceiveQueue(java.lang.String defaultReceiveQueue)