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