Class OrchestraHttpServer

java.lang.Object
com.iantapply.orchestra.web.OrchestraHttpServer
All Implemented Interfaces:
AutoCloseable

public final class OrchestraHttpServer extends Object implements AutoCloseable
Small authenticated HTTP server exposing health and Prometheus metrics.
  • Constructor Details

  • Method Details

    • start

      public void start()
      Starts accepting HTTP requests.
    • close

      public void close()
      Stops accepting requests after a one-second grace period.
      Specified by:
      close in interface AutoCloseable