initializeWithServer

fun initializeWithServer(callable: suspend () -> Unit)

Unconditionally initialize some server component before the application starts.

Parameters

callable

Callable to initialize the component with.