Interface CoreService

All Superinterfaces:
CoreDeployment
All Known Implementing Classes:
Launcher

public interface CoreService extends CoreDeployment
Specifies a handler bootstrapper.

A service initializes a set of handlers.

  • Method Summary

    Modifier and Type
    Method
    Description
    default String
     

    Methods inherited from interface com.codingchili.core.listener.CoreDeployment

    init, start, stop
  • Method Details

    • name

      default String name()
      Returns:
      the name of the service for logging purposes.