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

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

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

import io.fluidsonic.raptor.*


public interface RaptorKtorServerPluginConfigurationEndScope {

	@RaptorDsl
	public fun server(configuration: ServerScope.() -> Unit)


	@RaptorDsl
	public interface ServerScope {

		@RaptorDsl
		public val componentRegistry: RaptorComponentRegistry

		@RaptorDsl
		public val propertyRegistry: RaptorPropertyRegistry
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy