All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.api.RaptorKtorServer.kt Maven / Gradle / Ivy

The newest version!
package io.fluidsonic.raptor.ktor

import io.ktor.server.engine.*


public interface RaptorKtorServer {

	public val engine: ApplicationEngine?
	public val environment: ApplicationEngineEnvironment
	public val tags: Set
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy