Remote

Monitoring message handler that sends each event to a remote server.

Types

Link copied to clipboard
class Config

Config class for the Remote handler type.

Link copied to clipboard

Factory for creating new Remote handler type.

Functions

Link copied to clipboard
fun MonitoringConfigFactory<Remote.Config>.config(endpointUrl: String, httpClient: HttpClient? = null, coroutineScope: CoroutineScope? = null): Remote.Config

Helper method to create a new Config instance.

Link copied to clipboard

Helper method to create a new MonitoringMessageHandler.