Registry.locate

Gets the binding channel associated with name.

struct Registry(API)
locate
(
string name
)

Parameters

name string

The name to locate within the registry.

Return Value

Type: Listener!API

The associated binding channel or an invalid state (such as its init value) if name is not registered.

Meta