Source Class
The registry node that generated the event. Put differently, while the actor initiates the event, the source generates it.
Constructor
Source(*, addr: str | None = None, instance_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
addr
|
The IP or hostname and the port of the registry node that generated the event. Generally, this will be resolved by os.Hostname() along with the running port. Default value: None
|
instance_id
|
The running instance of an application. Changes after each restart. Default value: None
|
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python