Package

consul.v1

session

Permalink

package session

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

Type Members

  1. case class SessionDef(LockDelay: Option[String], Name: Option[String], Node: Option[String], Checks: Option[Seq[common.Types.CheckId]], Behavior: Option[Behaviour.Value], TTL: Option[String]) extends Product with Serializable

    Permalink
  2. case class SessionIDHolder(ID: SessionId) extends Product with Serializable

    Permalink
  3. type SessionId = WrappedType[String, SessionIds]

    Permalink
  4. sealed trait SessionIds extends AnyRef

    Permalink
  5. case class SessionInfo(LockDelay: Double, Checks: Seq[common.Types.CheckId], Node: common.Types.NodeId, ID: SessionId, CreateIndex: Long) extends Product with Serializable

    Permalink
  6. trait SessionRequests extends AnyRef

    Permalink

Value Members

  1. object Behaviour extends Enumeration with JsonEnumeration

    Permalink
  2. def SessionId: (String) ⇒ SessionId

    Permalink
  3. object SessionRequests

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped