Package gw.config

Interface ServiceKernelInit

All Known Implementing Classes:
DefaultCommonsServiceKernelInit, ShellKernelInit

public interface ServiceKernelInit
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Allows the default kernel services to be overridden, providing customizations at higher levels of the system.
  • Method Details

    • init

      void init(ServiceKernel kernel)
      Allows the default kernel services to be overridden, providing customizations at higher levels of the system.