portals.api.builder.RegistryBuilder
See theRegistryBuilder companion object
Build the registry to fetch references from the registry.
Accessed from the application builder via builder.registry
.
Attributes
-
Example
-
builder.registry.streams.get[String]("path/to/stream")
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
Get a portal reference from the registry.
Get a portal reference from the registry.
Attributes
-
Returns
-
the portals registry
-
Example
-
builder.registry.portals.get[String, String]("path/to/portal")
Get a sequencer reference from the registry.
Get a sequencer reference from the registry.
Attributes
-
Returns
-
the sequencers registry
-
Example
-
builder.registry.sequencers.get[String]("path/to/sequencer")
Get a splitter reference from the registry.
Get a splitter reference from the registry.
Attributes
-
Returns
-
the splitters registry
-
Example
-
builder.registry.splitters.get[String]("path/to/splitter")
Get a stream reference from the registry.
Get a stream reference from the registry.
Attributes
-
Returns
-
the streams registry
-
Example
-
builder.registry.streams.get[String]("path/to/stream")