django_socio_grpc.protobuf.registry_singleton

Module Contents

Classes

SingletonMeta

RegistrySingleton

Registry Singleton is a singleton container for all the AppHandlerRegistry instances.

API

class django_socio_grpc.protobuf.registry_singleton.SingletonMeta

Bases: type

_instances

None

__call__(*args, **kwargs)
class django_socio_grpc.protobuf.registry_singleton.RegistrySingleton

Registry Singleton is a singleton container for all the AppHandlerRegistry instances.

registered_apps: dict[str, django_socio_grpc.services.app_handler_registry.AppHandlerRegistry]

‘field(…)’

_instances: ClassVar

None

classmethod clean_all()