application
Platypush documentation
application
- class platypush.message.event.application.ApplicationStartedEvent(*args, **kwargs)[source]
Bases:
Event
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] logging_level – Logging level that should be applied to these
events (default: INFO).