Module swim.api

Interface Service

All Known Implementing Classes:
AbstractService, WebService

public interface Service
  • Method Details

    • serviceContext

      ServiceContext serviceContext()
    • willStart

      void willStart()
    • didStart

      void didStart()
    • willStop

      void willStop()
    • didStop

      void didStop()
    • willClose

      void willClose()
    • didClose

      void didClose()
    • didFail

      void didFail(Throwable error)