Class RefreshScopeRefreshedEventListener
- java.lang.Object
-
- com.ulisesbocchio.jasyptspringboot.caching.RefreshScopeRefreshedEventListener
-
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
@Order(2147483637) public class RefreshScopeRefreshedEventListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>, org.springframework.beans.factory.InitializingBean
RefreshScopeRefreshedEventListener class.
- Version:
- $Id: $Id
- Author:
- Sergio.U.Bocchio
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>EVENT_CLASS_NAMESConstantEVENT_CLASS_NAMES
-
Constructor Summary
Constructors Constructor Description RefreshScopeRefreshedEventListener(org.springframework.core.env.ConfigurableEnvironment environment, EncryptablePropertySourceConverter converter, JasyptEncryptorConfigurationProperties config)Constructor for RefreshScopeRefreshedEventListener.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()voidonApplicationEvent(org.springframework.context.ApplicationEvent event)
-
-
-
Constructor Detail
-
RefreshScopeRefreshedEventListener
public RefreshScopeRefreshedEventListener(org.springframework.core.env.ConfigurableEnvironment environment, EncryptablePropertySourceConverter converter, JasyptEncryptorConfigurationProperties config)Constructor for RefreshScopeRefreshedEventListener.
- Parameters:
environment- aConfigurableEnvironmentobjectconverter- aEncryptablePropertySourceConverterobjectconfig- aJasyptEncryptorConfigurationPropertiesobject
-
-