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

jvmMain.assembly.RaptorKtorServerPlugin.kt Maven / Gradle / Ivy

There is a newer version: 0.26.0
Show newest version
package io.fluidsonic.raptor.ktor


// TODO Improve naming to avoid confusion with actual RaptorPlugin for Ktor.
public interface RaptorKtorServerPlugin {

	public fun RaptorKtorServerPluginConfigurationEndScope.onConfigurationEnded() {}
	public fun RaptorKtorServerPluginConfigurationStartScope.onConfigurationStarted() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy