IceGrid.CommunicatorDescriptor¶
- class IceGrid.CommunicatorDescriptor(adapters: list[AdapterDescriptor] = <factory>, propertySet: PropertySetDescriptor = <factory>, dbEnvs: list[DbEnvDescriptor] = <factory>, logs: list[str] = <factory>, description: str = '')¶
Bases:
ValueDescribes an Ice communicator.
- Parameters:
adapters (list[AdapterDescriptor])
propertySet (PropertySetDescriptor)
dbEnvs (list[DbEnvDescriptor])
description (str)
- adapters¶
The indirect object adapters.
- Type:
- propertySet¶
The property set.
- Type:
- dbEnvs¶
The database environments.
- Type:
Notes
The Slice compiler generated this dataclass from Slice class
::IceGrid::CommunicatorDescriptor.