object Health extends Endpoint[PizzaAdminServiceOperation, HealthRequest, HealthError, HealthResponse, Nothing, Nothing] with Errorable[HealthError]
- Companion:
- class
trait Product
trait Mirror
trait Errorable[HealthError]
trait Endpoint[PizzaAdminServiceOperation, HealthRequest, HealthError, HealthResponse, Nothing, Nothing]
class Object
trait Matchable
class Any
Health.type
Type members
Value members
Concrete methods
def wrap(input: HealthRequest): PizzaAdminServiceOperation[HealthRequest, HealthError, HealthResponse, Nothing, Nothing]