platypush.message.event.application¶ class platypush.message.event.application.ApplicationStartedEvent(*args, **kwargs)[source]¶ Event triggered when the application has started and all the backends have been registered __init__(*args, **kwargs)[source]¶ Params: target – Target node [String] origin – Origin node (default: current node) [String] id – Event ID (default: auto-generated) kwargs – Additional arguments for the event [kwDict]