Package

io.buoyant.consul

v1

Permalink

package v1

A partial implementation of the Consul V1 API.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. v1
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class CatalogApi extends Closable

    Permalink
  2. type Client = Service[Request, Response]

    Permalink
  3. case class Indexed[T](value: T, index: Option[String]) extends Product with Serializable

    Permalink
  4. case class ServiceNode(Node: Option[String], Address: Option[String], ServiceID: Option[String], ServiceName: Option[String], ServiceTags: Option[Seq[String]], ServiceAddress: Option[String], ServicePort: Option[Int]) extends Product with Serializable

    Permalink

Value Members

  1. object Api

    Permalink
  2. object Headers

    Permalink
  3. object Indexed extends Serializable

    Permalink
  4. val versionString: String

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped