Class PropertiesListener

java.lang.Object
org.camunda.bpm.spring.boot.starter.runlistener.PropertiesListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>

public class PropertiesListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>
Adds camunda.bpm.version properties to environment.
  • Constructor Details

    • PropertiesListener

      public PropertiesListener()
      Default constructor, used when initializing via spring.factories.
      See Also:
      • PropertiesListener(CamundaBpmVersion)
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>