IceGrid.ServiceDescriptor

class IceGrid.ServiceDescriptor(adapters: list[AdapterDescriptor] = <factory>, propertySet: PropertySetDescriptor = <factory>, dbEnvs: list[DbEnvDescriptor] = <factory>, logs: list[str] = <factory>, description: str = '', name: str = '', entry: str = '')

Bases: CommunicatorDescriptor

Describes an IceBox service.

Parameters:
name

The service name.

Type:

str

entry

The entry point of the IceBox service.

Type:

str

Notes

The Slice compiler generated this dataclass from Slice class ::IceGrid::ServiceDescriptor.

static ice_staticId() str

Obtain the type ID of this Slice class or interface.

Returns:

The type ID.

Return type:

str