Interface EventRegistryChangeDetectionExecutor


  • public interface EventRegistryChangeDetectionExecutor
    Author:
    Joram Barrez
    • Method Detail

      • 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.