Source interface

The registry node that generated the event. Put differently, while the actor initiates the event, the source generates it.

Properties

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.

instanceID

The running instance of an application. Changes after each restart.

Property Details

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.

addr?: string

Property Value

string

instanceID

The running instance of an application. Changes after each restart.

instanceID?: string

Property Value

string