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 Summary
Modifier and TypeMethodDescriptiondefault voiddefault voidactionDuringIteration(Map.Entry<String, String> entry)
-
Method Details
-
actionDuringIteration
-
actionAfterIteration
default void actionAfterIteration()
-