Interface ServerStartupPropertiesInterceptor

All Known Implementing Classes:
CompositeServerStartupPropertiesInterceptor, ServerStartupLog4jPropertiesInterceptor, ServerStartupTomcatPropertiesInterceptor

public interface ServerStartupPropertiesInterceptor
Intercept properties during server startup In order to use interceptor register your implementation to CompositeServerStartupPropertiesInterceptor in AbstractTenant
  • Method Details

    • actionDuringIteration

      default void actionDuringIteration(Map.Entry<String,String> entry)
    • actionAfterIteration

      default void actionAfterIteration()