Package

io.growing.dryad

registry

Permalink

package registry

Visibility
  1. Public
  2. All

Type Members

  1. final case class GrpcHealthCheck(grpc: String, interval: Duration, useTls: Boolean, deregisterCriticalServiceAfter: Duration) extends HealthCheck with Product with Serializable

    Permalink
  2. sealed trait HealthCheck extends AnyRef

    Permalink

    Component: Description: Date: 2016/11/15

  3. final case class HttpHealthCheck(url: String, interval: Duration, timeout: Duration, deregisterCriticalServiceAfter: Duration) extends HealthCheck with Product with Serializable

    Permalink
  4. trait ServiceRegistry extends AnyRef

    Permalink

    Component: Description: Date: 2016/11/2

  5. final case class TTLHealthCheck(ttl: Duration, deregisterCriticalServiceAfter: Duration) extends HealthCheck with Product with Serializable

    Permalink

Value Members

  1. package dto

    Permalink

Ungrouped