Package gw.config
Interface ServiceKernelInit
- All Known Implementing Classes:
DefaultCommonsServiceKernelInit
,ShellKernelInit
public interface ServiceKernelInit
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(ServiceKernel kernel) Allows the default kernel services to be overridden, providing customizations at higher levels of the system.
-
Method Details
-
init
Allows the default kernel services to be overridden, providing customizations at higher levels of the system.
-