Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-spring
/
me.ahoo.wow.spring
/
AutoRegistrar
Auto
Registrar
abstract
class
AutoRegistrar
<
CM
:
Annotation
>
(
componentType
:
Class
<
CM
>
,
applicationContext
:
ApplicationContext
)
:
SmartLifecycle
Inheritors
EventProcessorAutoRegistrar
ProjectionProcessorAutoRegistrar
StatelessSagaProcessorAutoRegistrar
Members
Constructors
Auto
Registrar
Link copied to clipboard
constructor
(
componentType
:
Class
<
CM
>
,
applicationContext
:
ApplicationContext
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
get
Phase
Link copied to clipboard
open
override
fun
getPhase
(
)
:
Int
is
Auto
Startup
Link copied to clipboard
open
fun
isAutoStartup
(
)
:
Boolean
is
Running
Link copied to clipboard
open
override
fun
isRunning
(
)
:
Boolean
register
Link copied to clipboard
abstract
fun
register
(
component
:
Any
)
start
Link copied to clipboard
open
override
fun
start
(
)
stop
Link copied to clipboard
open
override
fun
stop
(
)
open
fun
stop
(
callback
:
Runnable
)