public class BootApplicationEventTransformer extends org.springframework.yarn.support.LifecycleObjectSupport implements ApplicationListener<ApplicationEvent>
This class mostly exist because projects not dependent on Boot may want to understand events but can't use classes.
| Constructor and Description |
|---|
BootApplicationEventTransformer() |
| Modifier and Type | Method and Description |
|---|---|
void |
onApplicationEvent(ApplicationEvent event) |
afterPropertiesSet, doStart, doStop, getBeanFactory, getPhase, getTaskExecutor, getTaskScheduler, getYarnEventPublisher, isAutoStartup, isRunning, onInit, setAutoStartup, setBeanFactory, setPhase, setTaskExecutor, setTaskScheduler, setYarnEventPublisher, start, stop, stoppublic void onApplicationEvent(ApplicationEvent event)
onApplicationEvent in interface ApplicationListener<ApplicationEvent>