public interface StreamingConfig
| Modifier and Type | Interface and Description |
|---|---|
static class |
StreamingConfig.StreamingConfigValue
An enumeration of the known config path expressions and their associated default values for
StreamingConfig. |
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_PATH
Config path relative to its parent.
|
| Modifier and Type | Method and Description |
|---|---|
Duration |
getSessionCounterScrapeInterval()
Returns the session counter update interval.
|
WebsocketConfig |
getWebsocketConfig()
Returns the websocket config for streaming.
|
default com.typesafe.config.Config |
render()
Render this object into a Config object from which a copy of this object can be constructed.
|
static final String CONFIG_PATH
Duration getSessionCounterScrapeInterval()
WebsocketConfig getWebsocketConfig()
default com.typesafe.config.Config render()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.