RegistryBuilderImpl

portals.api.builder.RegistryBuilderImpl

Internal API. Implementation of the RegistryBuilder.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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")
Definition Classes

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")
Definition Classes

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")
Definition Classes

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")
Definition Classes