Properties
Functions
Link copied to clipboard
Configures the FusClient components. Include defaultBusinessLogic from com.jetbrains.fus.reporting.defaults and the DFL functions displayed below.
Link copied to clipboard
Jump to the source of FusClientConfig.Builder for an explanation of the configuration options.
Link copied to clipboard
fun <T : Any> FusClient.Builder<*, *>.messageHandler(topic: Topic<T>, errorHandler: (Throwable) -> Unit = {}, handle: suspend (message: T) -> Unit)