Package-level declarations

Types

Link copied to clipboard
abstract class AutoRegistrar<CM : Annotation>(componentType: Class<CM>, applicationContext: ApplicationContext) : SmartInitializingSingleton

Must complete before the Wow runtime readiness barrier opens.

Link copied to clipboard
class SpringServiceProvider(val delegate: ConfigurableBeanFactory) : ServiceProvider, Decorator<ConfigurableBeanFactory>
Link copied to clipboard
class WowRuntimeLifecycle(wowRuntime: WowRuntime, unexpectedTerminationExecutor: Executor = defaultLifecycleCallbackExecutor, onUnexpectedTermination: (Throwable) -> Unit = {}) : SmartLifecycle

Properties

Link copied to clipboard

Spring lifecycle boundary for the single high-level Wow runtime.