IceGrid.AdapterInfo

class IceGrid.AdapterInfo(id: str = '', proxy: ObjectPrx | None = None, replicaGroupId: str = '')

Bases: object

Information about an adapter registered with the IceGrid registry.

Parameters:
id

The ID of the adapter.

Type:

str

proxy

A dummy direct proxy that contains the adapter endpoints.

Type:

ObjectPrx | None

replicaGroupId

The replica group ID of the object adapter, or empty if the adapter doesn’t belong to a replica group.

Type:

str

Notes

The Slice compiler generated this dataclass from Slice struct ::IceGrid::AdapterInfo.