public static class RabbitProperties.Template extends Object
Constructor and Description |
---|
Template() |
Modifier and Type | Method and Description |
---|---|
String |
getExchange() |
Boolean |
getMandatory() |
Long |
getReceiveTimeout() |
Long |
getReplyTimeout() |
RabbitProperties.Retry |
getRetry() |
String |
getRoutingKey() |
void |
setExchange(String exchange) |
void |
setMandatory(Boolean mandatory) |
void |
setReceiveTimeout(Long receiveTimeout) |
void |
setReplyTimeout(Long replyTimeout) |
void |
setRoutingKey(String routingKey) |
public RabbitProperties.Retry getRetry()
public Boolean getMandatory()
public void setMandatory(Boolean mandatory)
public Long getReceiveTimeout()
public void setReceiveTimeout(Long receiveTimeout)
public Long getReplyTimeout()
public void setReplyTimeout(Long replyTimeout)
public String getExchange()
public void setExchange(String exchange)
public String getRoutingKey()
public void setRoutingKey(String routingKey)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.