PortalsRegistryImpl

portals.api.builder.PortalsRegistryImpl

Portal registry, fetch references of portals from the registry.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def get[T, R](path: String): ExtAtomicPortalRef[T, R]

Get a portal reference to path from the registry.

Get a portal reference to path from the registry.

Type parameters

R

the result type of the portal

T

the request type of the portal

Value parameters

path

the path to the portal

Attributes

Returns

the portal reference

Example
builder.registry.portals.get[String, String]("path/to/portal")
Definition Classes