All Downloads are FREE. Search and download functionalities are using the official Maven repository.

consul4s.model.session.SessionInfo.scala Maven / Gradle / Ivy

The newest version!
package consul4s.model.session

import consul4s.model.SessionBehavior

final case class SessionInfo(
  ID: String,
  Name: String,
  Node: String,
  LockDelay: Long,
  CreateIndex: Long,
  ModifyIndex: Long,
  ServiceChecks: Option[List[String]],
  NodeChecks: Option[List[String]],
  Behavior: SessionBehavior,
  TTL: String
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy