public class ApiApplicationListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>, org.springframework.core.Ordered
| Constructor and Description |
|---|
ApiApplicationListener() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
void |
onApplicationEvent(org.springframework.boot.context.event.ApplicationStartedEvent e) |
public void onApplicationEvent(org.springframework.boot.context.event.ApplicationStartedEvent e)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>public int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2019. All rights reserved.