org.springframework.yarn.boot.support
Class YarnBootClientApplicationListener
java.lang.Object
org.springframework.yarn.boot.support.YarnBootClientApplicationListener
- All Implemented Interfaces:
- EventListener, ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>
public class YarnBootClientApplicationListener
- extends Object
- implements ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>
An ApplicationListener for Spring Boot which is adding a property source
relative to the command line arguments.
- Author:
- Janne Valkealahti
|
Method Summary |
void |
onApplicationEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YarnBootClientApplicationListener
public YarnBootClientApplicationListener(Map<String,Object> propertySourceMap)
- Instantiates a new yarn boot client application listener.
- Parameters:
propertySourceMap - the property source map
onApplicationEvent
public void onApplicationEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event)
- Specified by:
onApplicationEvent in interface ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>