delivery_targets(Tag, Targets, Extra) -> void()
Types
Tag = term()Targets = [Target]Target = {transportDomain(), transportAddressWithPort()Extra = term()Inform about target addresses.
This is the first function called when a notification delivery is in progress. It informs the receiver which targets will get the notification. The result of the delivery will be provided via successive calls to delivery_info/4 function, see below.