@Order public class SkipInitializerListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.SpringApplicationEvent>
SkipInitializerListener class.
| Modifier and Type | Field and Description |
|---|---|
static String |
MODULE_INITIALIZER_SKIP
Constant
MODULE_INITIALIZER_SKIP="koupleless.module.initializer.skip" |
| Constructor and Description |
|---|
SkipInitializerListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onApplicationEvent(org.springframework.boot.context.event.SpringApplicationEvent event) |
protected void |
optimizeModule(org.springframework.boot.context.event.SpringApplicationEvent event)
optimizeModule.
|
protected void |
skipInitializers(org.springframework.boot.SpringApplication application)
skipInitializers.
|
public static final String MODULE_INITIALIZER_SKIP
MODULE_INITIALIZER_SKIP="koupleless.module.initializer.skip"public void onApplicationEvent(org.springframework.boot.context.event.SpringApplicationEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.SpringApplicationEvent>protected void optimizeModule(org.springframework.boot.context.event.SpringApplicationEvent event)
optimizeModule.
event - a SpringApplicationEvent objectprotected void skipInitializers(org.springframework.boot.SpringApplication application)
skipInitializers.
application - a SpringApplication objectCopyright © 2024. All rights reserved.