IceGrid.AdapterDescriptor¶
- class IceGrid.AdapterDescriptor(name: str = '', description: str = '', id: str = '', replicaGroupId: str = '', priority: str = '', registerProcess: bool = False, serverLifetime: bool = False, objects: list[ObjectDescriptor] = <factory>, allocatables: list[ObjectDescriptor] = <factory>)¶
Bases:
objectDescribes an indirect object adapter.
- Parameters:
- replicaGroupId¶
The replica group ID. It’s empty when the adapter is not part of a replica group.
- Type:
- serverLifetime¶
When
true, the lifetime of this object adapter is the same of the server lifetime. This information is used by the IceGrid node to figure out the server state: the server is active when all its “server lifetime” adapters are active.- Type:
- objects¶
The descriptors of well-known objects.
- Type:
- allocatables¶
The descriptors of allocatable objects.
- Type:
Notes
The Slice compiler generated this dataclass from Slice struct
::IceGrid::AdapterDescriptor.