Interface Service

All Superinterfaces:
Stoppable

public interface Service extends Stoppable
Represents some service which can be controlled (ie started and stopped)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Start the service.

    Methods inherited from interface io.milton.common.Stoppable

    stop
  • Method Details

    • start

      void start()
      Start the service. Until this is called the service should not be functional