AutoRegistrar

abstract class AutoRegistrar<CM : Annotation>(componentType: Class<CM>, applicationContext: ApplicationContext) : SmartLifecycle

Inheritors

Constructors

Link copied to clipboard
constructor(componentType: Class<CM>, applicationContext: ApplicationContext)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun getPhase(): Int
Link copied to clipboard
Link copied to clipboard
open override fun isRunning(): Boolean
Link copied to clipboard
abstract fun register(component: Any)
Link copied to clipboard
open override fun start()
Link copied to clipboard
open override fun stop()
open fun stop(callback: Runnable)