EventBus

skuber.examples.argo.EventBus
See theEventBus companion class
object EventBus

Attributes

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

Members list

Type members

Classlikes

case class Native(replicas: Option[Int], auth: Option[String], persistence: Option[Persistence])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Nats(native: Native)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Persistence(storageClassName: String, accessMode: String, volumeSize: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Spec(nats: Nats)

Attributes

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

Types

type EventBusSetList = ListResource[EventBus]

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

Value members

Concrete methods

def apply(name: String): EventBus

Concrete fields

val specification: NonCoreResourceSpecification

Implicits

Implicits

implicit lazy val eventBusFmt: Format[EventBus]
implicit val eventBusListFmt: Format[EventBusSetList]
implicit val nativeFmt: Format[Native]
implicit val natsFmt: Format[Nats]
implicit val persistenceFmt: Format[Persistence]
implicit val rsDef: ResourceDefinition[EventBus]
implicit val rsListDef: ResourceDefinition[EventBusSetList]
implicit val specFmt: Format[Spec]