public static class RabbitProperties.Template
extends java.lang.Object
| Constructor and Description |
|---|
Template() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExchange() |
java.lang.Boolean |
getMandatory() |
java.lang.String |
getQueue() |
java.time.Duration |
getReceiveTimeout() |
java.time.Duration |
getReplyTimeout() |
RabbitProperties.Retry |
getRetry() |
java.lang.String |
getRoutingKey() |
void |
setExchange(java.lang.String exchange) |
void |
setMandatory(java.lang.Boolean mandatory) |
void |
setQueue(java.lang.String queue) |
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 getQueue()
public void setQueue(java.lang.String queue)