public class ArkApplicationStartListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.SpringApplicationEvent>
| Constructor and Description |
|---|
ArkApplicationStartListener() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSpringBoot1() |
boolean |
isSpringBoot2() |
void |
onApplicationEvent(org.springframework.boot.context.event.SpringApplicationEvent event) |
protected void |
sendEventAfterArkEmbedStartupFinish() |
void |
startUpArk(org.springframework.boot.context.event.SpringApplicationEvent event) |
protected void |
startUpArkEmbed(org.springframework.boot.context.event.SpringApplicationEvent event) |
public void onApplicationEvent(org.springframework.boot.context.event.SpringApplicationEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.SpringApplicationEvent>public void startUpArk(org.springframework.boot.context.event.SpringApplicationEvent event)
public boolean isSpringBoot1()
public boolean isSpringBoot2()
protected void startUpArkEmbed(org.springframework.boot.context.event.SpringApplicationEvent event)
protected void sendEventAfterArkEmbedStartupFinish()
Copyright © 2024. All rights reserved.