jvmMain.assembly.RaptorKtorRoutePluginConfigurationEndScope.kt Maven / Gradle / Ivy
The newest version!
package io.fluidsonic.raptor.ktor
import io.fluidsonic.raptor.*
public interface RaptorKtorRoutePluginConfigurationEndScope : RaptorAssemblyCompletionScope {
@RaptorDsl
public fun route(configuration: RouteScope.() -> Unit)
public interface RouteScope {
@RaptorDsl
public val componentRegistry: RaptorComponentRegistry
@RaptorDsl
public val propertyRegistry: RaptorPropertyRegistry
}
}