You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For complete examples and advanced usage, see the [Usage](#usage) section below.
12
41
13
42
## Usage
14
43
15
-
The [`Dispatcher` class](https://frequenz-floss.github.io/frequenz-dispatch-python/v0.1/reference/frequenz/dispatch/#frequenz.dispatch.Dispatcher), the main entry point for the API, provides two channels:
44
+
The [`Dispatcher` class][dispatcher-class], the main entry point for the API,
45
+
provides two channels:
16
46
17
-
*[Lifecycle events](https://frequenz-floss.github.io/frequenz-dispatch-python/v0.1/reference/frequenz/dispatch/#frequenz.dispatch.Dispatcher.lifecycle_events): A channel that sends a message whenever a [Dispatch][frequenz.dispatch.Dispatch] is created, updated or deleted.
18
-
*[Running status change](https://frequenz-floss.github.io/frequenz-dispatch-python/v0.1/reference/frequenz/dispatch/#frequenz.dispatch.Dispatcher.running_status_change): Sends a dispatch message whenever a dispatch is ready to be executed according to the schedule or the running status of the dispatch changed in a way that could potentially require the actor to start, stop or reconfigure itself.
47
+
*[Lifecycle events][lifecycle-events]: A channel that sends a message whenever
48
+
a [Dispatch][frequenz.dispatch.Dispatch] is created, updated or deleted.
49
+
*[Running status change][running-status-change]: Sends a dispatch message
50
+
whenever a dispatch is ready to be executed according to the schedule or the
51
+
running status of the dispatch changed in a way that could potentially
52
+
require the actor to start, stop or reconfigure itself.
0 commit comments