Package

com.ubirch.util.deepCheck

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

  1. case class DeepCheckRequest() extends Product with Serializable

    Permalink

    author: cvandrei since: 2017-06-09

  2. case class LiveCheckRequest() extends Product with Serializable

    Permalink

    author: cvandrei since: 2017-06-09

  3. case class ReadyCheckRequest() extends Product with Serializable

    Permalink

    author: cvandrei since: 2017-06-09

  4. case class ServiceCheckResponse(status: Boolean = true, messages: Seq[String] = Seq.empty) extends Product with Serializable

    Permalink
  5. case class DeepCheckResponse(status: Boolean = true, messages: Seq[String] = Seq.empty) extends Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.0) please use ServiceCheckResponse instead

Ungrouped