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

jvmMain.assembly.RaptorKtorRoutePlugin.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 RaptorKtorRoutePlugin {

	public fun RaptorKtorRoutePluginConfigurationEndScope.onConfigurationEnded() {}
	public fun RaptorKtorRoutePluginConfigurationStartScope.onConfigurationStarted() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy