- java.lang.Object
-
- com.rabbitmq.http.client.domain.UpstreamDetails
-
- Direct Known Subclasses:
UpstreamSetDetails
public class UpstreamDetails extends Object
-
-
Constructor Summary
Constructors Constructor Description UpstreamDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AckModegetAckMode()StringgetExchange()LonggetExpiresMillis()IntegergetMaxHops()LonggetMessageTtl()IntegergetPrefetchCount()StringgetQueue()IntegergetReconnectDelay()BooleangetTrustUserId()StringgetUri()UpstreamDetailssetAckMode(AckMode ackMode)UpstreamDetailssetExchange(String exchange)UpstreamDetailssetExpiresMillis(Long expiresMillis)UpstreamDetailssetMaxHops(Integer maxHops)UpstreamDetailssetMessageTtl(Long messageTtl)UpstreamDetailssetPrefetchCount(Integer prefetchCount)UpstreamDetailssetQueue(String queue)UpstreamDetailssetReconnectDelay(Integer reconnectDelay)UpstreamDetailssetTrustUserId(Boolean trustUserId)UpstreamDetailssetUri(String uri)StringtoString()
-
-
-
Method Detail
-
getUri
public String getUri()
-
setUri
public UpstreamDetails setUri(String uri)
-
getPrefetchCount
public Integer getPrefetchCount()
-
setPrefetchCount
public UpstreamDetails setPrefetchCount(Integer prefetchCount)
-
getReconnectDelay
public Integer getReconnectDelay()
-
setReconnectDelay
public UpstreamDetails setReconnectDelay(Integer reconnectDelay)
-
getAckMode
public AckMode getAckMode()
-
setAckMode
public UpstreamDetails setAckMode(AckMode ackMode)
-
getTrustUserId
public Boolean getTrustUserId()
-
setTrustUserId
public UpstreamDetails setTrustUserId(Boolean trustUserId)
-
getExchange
public String getExchange()
-
setExchange
public UpstreamDetails setExchange(String exchange)
-
getMaxHops
public Integer getMaxHops()
-
setMaxHops
public UpstreamDetails setMaxHops(Integer maxHops)
-
getExpiresMillis
public Long getExpiresMillis()
-
setExpiresMillis
public UpstreamDetails setExpiresMillis(Long expiresMillis)
-
getMessageTtl
public Long getMessageTtl()
-
setMessageTtl
public UpstreamDetails setMessageTtl(Long messageTtl)
-
getQueue
public String getQueue()
-
setQueue
public UpstreamDetails setQueue(String queue)
-
-