@ConfigurationProperties(value="hystrix.stream.queue") public class HystrixStreamProperties extends Object
| Constructor and Description |
|---|
HystrixStreamProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
String |
getDestination() |
long |
getGatherRate() |
long |
getSendRate() |
int |
getSize() |
boolean |
isEnabled() |
boolean |
isPrefixMetricName() |
boolean |
isSendId() |
void |
setContentType(String contentType) |
void |
setDestination(String destination) |
void |
setEnabled(boolean enabled) |
void |
setGatherRate(long gatherRate) |
void |
setPrefixMetricName(boolean prefixMetricName) |
void |
setSendId(boolean sendId) |
void |
setSendRate(long sendRate) |
void |
setSize(int size) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isPrefixMetricName()
public void setPrefixMetricName(boolean prefixMetricName)
public boolean isSendId()
public void setSendId(boolean sendId)
public String getDestination()
public void setDestination(String destination)
public String getContentType()
public void setContentType(String contentType)
public long getSendRate()
public void setSendRate(long sendRate)
public long getGatherRate()
public void setGatherRate(long gatherRate)
public int getSize()
public void setSize(int size)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.