public static class HystrixModule.Config
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
DEFAULT_INTERVAL |
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
long |
getStreamInterval()
The configured stream interval in seconds;
|
HystrixModule.Config |
streamInterval(long streamInterval)
Configure the number of seconds between periodic publications.
|
public static final long DEFAULT_INTERVAL
public long getStreamInterval()
public HystrixModule.Config streamInterval(long streamInterval)
streamInterval - the number of seconds between publications in seconds