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>,org.springframework.core.Ordered
@Order(-2147483648) public class RefreshScopeRefreshedEventListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>, org.springframework.beans.factory.InitializingBean, org.springframework.core.Ordered
-
-
Field Summary
Fields Modifier and Type Field Description static List<String>EVENT_CLASS_NAMES
-
Constructor Summary
Constructors Constructor Description RefreshScopeRefreshedEventListener(org.springframework.core.env.ConfigurableEnvironment environment, EncryptablePropertySourceConverter converter, JasyptEncryptorConfigurationProperties config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()intgetOrder()voidonApplicationEvent(org.springframework.context.ApplicationEvent event)
-
-
-
Constructor Detail
-
RefreshScopeRefreshedEventListener
public RefreshScopeRefreshedEventListener(org.springframework.core.env.ConfigurableEnvironment environment, EncryptablePropertySourceConverter converter, JasyptEncryptorConfigurationProperties config)
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>
-
afterPropertiesSet
public void afterPropertiesSet() throws Exception- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
getOrder
public int getOrder()
- Specified by:
getOrderin interfaceorg.springframework.core.Ordered
-
-