TxTask

consul4s.model.transaction.TxTask
See theTxTask companion class
object TxTask

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TxTask.type

Members list

Type members

Classlikes

final case class CheckTask(Verb: CheckOp, Check: NewHealthCheck)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class KVTask(Verb: KVOp, Key: String, Value: Option[String], Flags: Option[Int], Index: Option[Int], Session: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class NodeDefinition(Node: String, Address: String, ID: Option[String], Datacenter: Option[String], TaggedAddresses: Option[Map[String, String]], NodeMeta: Option[Map[String, String]])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class NodeTask(Verb: NodeOp, Node: NodeDefinition)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class ServiceTask(Verb: ServiceOp, Node: String, Service: NewCatalogService)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror