Package io.tesler.core.service.impl
Class ExceptionHandlerSettingsImpl
- java.lang.Object
-
- io.tesler.core.service.impl.ExceptionHandlerSettingsImpl
-
- All Implemented Interfaces:
ISystemSettingChangeEventListener,ExceptionHandlerSettings,EventListener,org.springframework.context.ApplicationListener<SystemSettingChangedEvent>
@Service public class ExceptionHandlerSettingsImpl extends Object implements ExceptionHandlerSettings, ISystemSettingChangeEventListener
-
-
Constructor Summary
Constructors Constructor Description ExceptionHandlerSettingsImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinit()voidonApplicationEvent(SystemSettingChangedEvent event)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.tesler.core.exception.ExceptionHandlerSettings
isFullStackTraces, isTrackExceptions
-
-
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(SystemSettingChangedEvent event)
- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<SystemSettingChangedEvent>- Specified by:
onApplicationEventin interfaceISystemSettingChangeEventListener
-
init
@PostConstruct protected void init()
-
-