com.huanshankeji.vertx.NativeTransport.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-common-vertx Show documentation
Show all versions of kotlin-common-vertx Show documentation
Huanshankeji's common code libraries in Kotlin
package com.huanshankeji.vertx
import com.huanshankeji.vertx.kotlin.coroutines.use
import io.vertx.core.Vertx
import io.vertx.kotlin.core.vertxOptionsOf
suspend fun isNativeTransportEnabled() =
Vertx.vertx(vertxOptionsOf(preferNativeTransport = true)).use { it.isNativeTransportEnabled }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy