All Downloads are FREE. Search and download functionalities are using the official Maven repository.

spice.http.server.handler.LifecycleState.scala Maven / Gradle / Ivy

There is a newer version: 0.5.14
Show newest version
package spice.http.server.handler

object LifecycleState {
  case object Pre extends LifecycleState
  case object Handler extends LifecycleState
  case object Post extends LifecycleState
}

sealed trait LifecycleState




© 2015 - 2024 Weber Informatics LLC | Privacy Policy