UpdateDidOP

fmgp.prism.UpdateDidOP
See theUpdateDidOP companion class
object UpdateDidOP

Attributes

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

Members list

Type members

Classlikes

object Action

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Action.type
sealed trait Action

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AddKey
class AddService
class PatchContext
class RemoveKey
class VoidAction
Show all
case class AddKey(key: PrismPublicKey) extends Action

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Action
class Object
trait Matchable
class Any
Show all
case class AddService(service: MyService) extends Action

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Action
class Object
trait Matchable
class Any
Show all
case class PatchContext(context: Seq[String]) extends Action

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Action
class Object
trait Matchable
class Any
Show all
case class RemoveKey(keyId: String) extends Action

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Action
class Object
trait Matchable
class Any
Show all
case class RemoveService(serviceId: String) extends Action

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Action
class Object
trait Matchable
class Any
Show all
case class UpdateService(serviceId: String, newType: Option[String], serviceEndpoints: String) extends Action

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Action
class Object
trait Matchable
class Any
Show all
case class VoidAction(reason: String) extends Action

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Action
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

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods