p
general
package general
Type Members
- class ChannelRegistry extends AnyRef
This class stores the members (channels) of a Dispatcher.
This class stores the members (channels) of a Dispatcher. It is essentially a wrapper around a bi-directional map that stores the study result IDs together with their corresponding channels specified by an ActorRef.
A Registry does not define who is member - it just stores the open channels. Therefore it is possible that a client is a member but currently doesn't have an open channel.