public interface WebsocketConfig
| Modifier and Type | Interface and Description |
|---|---|
static class |
WebsocketConfig.WebsocketConfigValue
An enumeration of the known config path expressions and their associated default values for
WebSocketConfig. |
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_PATH
Config path relative to its parent.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPublisherBackpressureBufferSize()
Returns the max buffer size of how many outstanding command responses and events a single web socket client
can have.
|
int |
getSubscriberBackpressureQueueSize()
Returns the max queue size of how many inflight commands a single web socket client can have.
|
ThrottlingConfig |
getThrottlingConfig()
Returns the throttling config for websocket.
|
double |
getThrottlingRejectionFactor()
Returns the factor of maximum throughput at which rejections were sent.
|
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
int getSubscriberBackpressureQueueSize()
int getPublisherBackpressureBufferSize()
double getThrottlingRejectionFactor()
ThrottlingConfig getThrottlingConfig()
default com.typesafe.config.Config render()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.