SplitterRegistryImpl

portals.api.builder.SplitterRegistryImpl

Splitter registry, fetch references of splitters from the registry.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Get a splitter reference to path from the registry.

Get a splitter reference to path from the registry.

Type parameters

T

the event type of the splitter

Value parameters

path

the path to the splitter

Attributes

Returns

the splitter reference

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