Scene

izumi.distage.model.definition.StandardAxis$.Scene$
object Scene extends Axis

Describes whether external services required by the application should be set-up on the fly by an orchestrator library such as distage-framework-docker (Scene.Managed), or whether the application should try to connect to external services as if they already exist in the environment (Scene.Provided).

We call a set of external services required by the application a Scene, etymology being that the running external services required by the application are like a "scene" that the "staff" (the orchestrator) must prepare for the "actor" (the application) to enter.

Attributes

Graph
Supertypes
trait Axis
class Object
trait Matchable
class Any
Self type
Scene.type

Members list

Concise view

Type members

Classlikes

case object Managed extends AxisChoiceDef

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Managed.type
case object Provided extends AxisChoiceDef

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Inherited classlikes

abstract class AxisChoiceDef extends AxisChoice

Attributes

Inherited from:
Axis
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Prod.type
object Test.type
object Dummy.type
object Prod.type
object Managed.type
object Provided.type
object Mock.type
object Real.type

Value members

Concrete methods

override def name: String

Attributes

Definition Classes

Inherited methods

final override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Axis -> Any
Inherited from:
Axis