ServerBlock

abstract class ServerBlock @Inject constructor(providers: ProviderFactory) : ExtensionAware(source)

Configuration values for the backend of this Kobweb application.

Constructors

Link copied to clipboard
@Inject
constructor(providers: ProviderFactory)

Types

Link copied to clipboard
abstract class RemoteDebuggingBlock @Inject constructor(providers: ProviderFactory) : ExtensionAware

Configuration for remote debugging.

Properties

Link copied to clipboard
@get:Internal
abstract val extensions: ExtensionContainer?
Link copied to clipboard
abstract val systemProperties: MapProperty<String, String>

A collection of key / value pairs that will be made available within your Kobweb server via System.getProperty("...").