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

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
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy