izumi.distage.model.recursive

Members list

Concise view

Type members

Classlikes

class LocatorRef(val ref: AtomicReference[Either[Locator, Locator]])

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

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