public class ServerlessApplicationListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.SpringApplicationEvent>, org.springframework.core.Ordered
ServerlessApplicationListener class.
| Constructor and Description |
|---|
ServerlessApplicationListener() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder()
优先级要高于 ArkApplicationStartListener 否则,会提前进入 ark 1.0 分支
|
void |
onApplicationEvent(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 int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2024. All rights reserved.