World

izumi.distage.model.definition.StandardAxis.World
object World extends Axis

Third-party integrations which are not controlled by the application and provided "as is". e.g. Facebook API, Google API, etc.

Those may contact a Real external integration or a Mock one with predefined responses.

Attributes

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

Members list

Type members

Classlikes

case object Mock extends AxisChoiceDef

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AxisChoice
class Object
trait Matchable
class Any
Show all
Self type
Mock.type
case object Real extends AxisChoiceDef

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AxisChoice
class Object
trait Matchable
class Any
Show all
Self type
Real.type

Inherited and Abstract classlikes

abstract class AxisChoiceDef extends AxisChoice

Attributes

Inherited from:
Axis
Supertypes
trait AxisChoice
class Object
trait Matchable
class Any
Known subtypes
object Prod
object Test
object Dummy
object Prod
object Managed
object Provided
object Mock
object Real
Show all

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