Interface EventRegistryChangeDetectionExecutor
- All Known Implementing Classes:
DefaultEventRegistryChangeDetectionExecutor,DefaultSpringEventRegistryChangeDetectionExecutor
public interface EventRegistryChangeDetectionExecutor
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoidWill be called after the engine has booted up.voidsetEventRegistryChangeDetectionManager(EventRegistryChangeDetectionManager eventRegistryChangeDetectionManager) voidshutdown()Will be called when the engine closes.
-
Method Details
-
initialize
void initialize()Will be called after the engine has booted up. Any initialization logic can be placed here. -
shutdown
void shutdown()Will be called when the engine closes. Any shutdown logic should be placed here. -
setEventRegistryChangeDetectionManager
void setEventRegistryChangeDetectionManager(EventRegistryChangeDetectionManager eventRegistryChangeDetectionManager)
-