consul.v1

common

package common

Visibility
  1. Public
  2. All

Type Members

  1. trait JsonEnumeration extends AnyRef

  2. case class Node(Node: Types.NodeId, Address: String) extends Product with Serializable

  3. case class Service(ID: Types.ServiceId, Service: Types.ServiceType, Tags: Set[String], Address: String, Port: Int) extends Product with Serializable

  4. trait Types extends AnyRef

  5. case class WrappedType[A, B](value: A) extends Product with Serializable

Value Members

  1. object CheckStatus extends Enumeration with JsonEnumeration

  2. object ConsulRequestBasics

  3. object Implicits

  4. object Node extends Serializable

  5. object Service extends Serializable

  6. object Types extends Types

  7. object WrappedType extends Serializable

Ungrouped