Await for the channel of the specific reactor, and a specific name.
Await for the channel of the specific reactor, and a specific name.
name of the reactor
name of the channel
IVar
with the desired channel
Await for the channel with the specified full name.
Await for the channel with the specified full name.
name of the reactor and the channel, delimited with a #
Ivar
with the desired channel
Specifies a daemon channel.
Specifies a daemon channel.
Associates a new event queue factory.
Associates a new event queue factory.
Associates extra information with the channel being built.
Associates extra information with the channel being built.
Only one object of the specified class can be stored.
Optionally returns the channel with the given name, if it exists.
Optionally returns the channel with the given name, if it exists.
name of the reactor
name of the channel
Optionally returns the channel with the given name, if it exists.
Optionally returns the channel with the given name, if it exists.
names of the reactor and the channel, separated with a #
Associates a new name for the channel.
Associates a new name for the channel.
Specifies a daemon channel.
Specifies a daemon channel.
Opens a new channel for this reactor.
Opens a new channel for this reactor.
type of the events in the new channel
the connector object of the new channel
Registers a channel builder template under a specific tag.
Registers a channel builder template under a specific tag.
Specific protocols use channel builder templates to instantiate their components, and overriding a template in some cases allows to inject custom behavior (for example, for testing purposes). Removes previous registrations, if any.
Designates whether this channel can bypass the event queue for local sends.
Designates whether this channel can bypass the event queue for local sends.
This is false
by default.
Returns a channel builder template that had been previously registered for a tag.
Returns a channel builder template that had been previously registered for a tag.
If no template was registered with the specified tag, method returns this
.
The channel register used for channel lookup by name, and creating new channels.
It can be used to query the channels in the local reactor system. To query channels in remote reactor systems,
Names
service should be used.