LocatorRef

izumi.distage.model.recursive.LocatorRef
class LocatorRef(val ref: AtomicReference[Either[Locator, Locator]])

This class allows you to summon a locator reference from any class in the object graph.

Reference will be initialized after the provisioning process finishes, so you cannot dereference it in constructor.

Summoning the entire Locator is usually an anti-pattern, but may sometimes be necessary.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods