Interface Service

All Known Subinterfaces:
IdentifierFactory<I>, Manager<I>

public interface Service
A restartable service.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Starts this service.
    void
    Stops this service.
  • Method Details

    • start

      void start()
      Starts this service.
    • stop

      void stop()
      Stops this service.