Skip to content

Instantly share code, notes, and snippets.

@jchapuis
Created May 10, 2020 20:06
Show Gist options
  • Save jchapuis/877e0591f7c8c8567927de39df6b0160 to your computer and use it in GitHub Desktop.
Save jchapuis/877e0591f7c8c8567927de39df6b0160 to your computer and use it in GitHub Desktop.
Markdium-Orchestrating startup and shutdown in Scala
case class HttpServiceDefinition(
route: Route,
host: String,
port: Int,
pendingRequestsHardDeadline: FiniteDuration,
unbindingDelay: FiniteDuration
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment