fusClient

fun <E, R> fusClient(init: FusClient.Builder<E, R>.() -> Unit): FusClient<E, R>

Build and configure a client that collects, enriches, and sends events. Required:

  • config { }

  • components { }

Optional:

  • messageHandler(topic, handle)

  • parentScope