Health

object Health extends Endpoint[PizzaAdminServiceOperation, HealthRequest, HealthError, HealthResponse, Nothing, Nothing] with HttpEndpoint[HealthRequest] with Errorable[HealthError]
Companion
class
trait Product
trait Mirror
trait Errorable[HealthError]
trait HttpEndpoint[HealthRequest]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

object Error
Inherited from
Endpoint

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def liftError(throwable: Throwable): Option[HealthError]
def name: String
def path(input: HealthRequest): String
def unliftError(e: HealthError): Throwable

Inherited methods

final
def matches(rPath: Array[String]): Option[Map[String, String]]
Inherited from
HttpEndpoint

Concrete fields

val code: Int
val error: Schema[HealthError]
override
val errorable: Option[Errorable[HealthError]]
val hints: Hints
val input: Schema[HealthRequest]
val method: HttpMethod
val output: Schema[HealthResponse]
val path: List[PathSegment]
val streamedInput: StreamingSchema[Nothing]
val streamedOutput: StreamingSchema[Nothing]