Interface InitializedService

  • All Known Implementing Classes:
    CachingServiceImpl, EmailServiceImpl, StatelessRequestServiceImpl

    public interface InitializedService
    Allow the service or provider to be initialized when it is started by the service manager. After all injections are complete the init method will be called. Any initialization that a service needs to do should happen here.
    Author:
    Aaron Zeckoski (azeckoski @ gmail.com)
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void init()
      Executed after the service is created and all dependencies and configurations injected.
    • Method Detail

      • init

        void init()
        Executed after the service is created and all dependencies and configurations injected.