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 the configuration options.
Link copied to clipboard
fun <T : Any> FusClient.Builder<*, *>.messageHandler(topic: Topic<T>, errorHandler: (Throwable) -> Unit = {}, handle: suspend (message: T) -> Unit)
Registers a callback that runs asynchronously when the step identified by topic occurs inside the FusClient. Message handlers can run concurrently, so shared resources must be thread-safe.