endpoints

pillars.probes.endpoints
object endpoints

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
endpoints.type

Members list

Value members

Concrete methods

def all: List[Endpoint[Unit, Unit, (StatusCode, View), _ >: String & HealthStatus <: String | HealthStatus, Any]]
def liveness: Endpoint[Unit, Unit, (StatusCode, View), String, Any]
def readiness: Endpoint[Unit, Unit, (StatusCode, View), HealthStatus, Any]