class documentation

An alias group using MockProcessAlias.

Inherited from AliasGroup:

Method __init__ Create a group of aliases.
Method __len__ Return the number of aliases in the group.
Method __str__ Build a string representation of this AliasGroup instance.
Method createMessageReceiver Create a message receiver for each alias and return a message receiver which will pass on a message to each of those.
Method resolve Map each of the aliases in the group to its ultimate destination.
Instance Variable aliases The destination aliases.
Instance Variable processAliasFactory A factory for process aliases.

Inherited from AliasBase (via AliasGroup):

Method domain Return the domain associated with original address.
Instance Variable domains See __init__.
Instance Variable original The original address being aliased.