SequencerRegistryImpl

portals.api.builder.SequencerRegistryImpl

Sequencer registry, fetch references of sequencers from the registry.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Get a sequencer reference to path from the registry.

Get a sequencer reference to path from the registry.

Type parameters

T

the event type of the sequencer

Value parameters

path

the path to the sequencer

Attributes

Returns

the sequencer reference

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