Uses of Class
ratpack.dropwizard.metrics.WebsocketConfig
-
Packages that use WebsocketConfig Package Description ratpack.dropwizard.metrics Integration with Dropwizard Metrics Library. -
-
Uses of WebsocketConfig in ratpack.dropwizard.metrics
Methods in ratpack.dropwizard.metrics that return types with arguments of type WebsocketConfig Modifier and Type Method Description Optional<WebsocketConfig>
DropwizardMetricsConfig. getWebSocket()
Get the settings for the websockets metrics broadcaster.Method parameters in ratpack.dropwizard.metrics with type arguments of type WebsocketConfig Modifier and Type Method Description DropwizardMetricsConfig
DropwizardMetricsConfig. webSocket(Action<? super WebsocketConfig> configure)
Configure the websockets metrics broadcaster.
-