StreamsRegistryImpl

portals.api.builder.StreamsRegistryImpl

Stream registry, fetch references of streams from the registry.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def get[T](path: String): ExtAtomicStreamRef[T]

Get a stream reference to path from the registry.

Get a stream reference to path from the registry.

Type parameters

T

the event type of the stream

Value parameters

path

the path to the stream

Attributes

Returns

the stream reference

Example
builder.registry.streams.get[String]("path/to/stream")
Definition Classes