Health

smithy4s.example.PizzaAdminServiceOperation.Health
See theHealth companion class
object Health extends Endpoint[PizzaAdminServiceOperation, HealthRequest, HealthError, HealthResponse, Nothing, Nothing]

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
Health.type

Members list

Type members

Inherited classlikes

object Error

Attributes

Inherited from:
Endpoint
Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def wrap(input: HealthRequest): Health

Inherited methods

final def error: Option[ErrorSchema[E]]

Attributes

Inherited from:
Endpoint
final def hints: Hints

Attributes

Inherited from:
Endpoint
final def id: ShapeId

Attributes

Inherited from:
Endpoint
final def input: Schema[I]

Attributes

Inherited from:
Endpoint
final def mapSchema(f: OperationSchema[HealthRequest, HealthError, HealthResponse, Nothing, Nothing] => OperationSchema[HealthRequest, HealthError, HealthResponse, Nothing, Nothing]): Endpoint[Op, I, E, O, SI, SO]

Attributes

Inherited from:
Endpoint
final def name: String

Attributes

Inherited from:
Endpoint
final def output: Schema[O]

Attributes

Inherited from:
Endpoint
final def streamedInput: Option[StreamingSchema[SI]]

Attributes

Inherited from:
Endpoint
final def streamedOutput: Option[StreamingSchema[SO]]

Attributes

Inherited from:
Endpoint

Deprecated and Inherited methods

final def errorschema: Option[ErrorSchema[E]]

Attributes

Deprecated
[Since version 0.18]
Inherited from:
Endpoint

Concrete fields

val schema: OperationSchema[HealthRequest, HealthError, HealthResponse, Nothing, Nothing]