File tree 5 files changed +14
-14
lines changed 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ The `topicRoot` is the part of the topic tree the service will be mapped to.
33
33
The ` security ` describes how to the HTTP client will authenticate with the service.
34
34
The ` endpoints ` are the endpoints to poll.
35
35
36
- ##### Also see
37
-
36
+ | Also see |
37
+ | --- |
38
38
| [ Services] ( documentation/Services.md ) |
39
39
40
40
#### Endpoint
@@ -45,8 +45,8 @@ The `url` indicates the URL of the service to poll.
45
45
The ` topic ` indicates the topic that should be updated with the result of the poll, this topic is relative to the
46
46
` topicRoot ` of the service.
47
47
48
- ##### Also see
49
-
48
+ | Also see |
49
+ | --- |
50
50
| [ Endpoints] ( documentation/Endpoints.md ) |
51
51
52
52
#### Security
@@ -79,6 +79,6 @@ Once the model has been loaded it is converted to the latest implementation of t
79
79
Adding default values or inferring values from the previous model.
80
80
The filesystem persistence will write back changes to the model after the conversion process.
81
81
82
- ## Also see
83
-
82
+ | Also see |
83
+ | --- |
84
84
| [ README] ( ../README.md ) |
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ When an endpoint is initialised the client performs a chain of actions.
12
12
13
13
If any stage fails the subsequent stages will not be attempted.
14
14
15
- ## Also see
16
-
15
+ | Also see |
16
+ | --- |
17
17
| [ Services] ( Services.md ) |
18
18
| [ ServiceSessions] ( ServiceSessions.md ) |
19
19
| [ README] ( ../README.md ) |
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ On reconfiguration new components are first created and started.
27
27
Once the new components are in place the old components are stopped and removed.
28
28
The new components may be in standby until the old components are stopped.
29
29
30
- ## Also see
31
-
30
+ | Also see |
31
+ | --- |
32
32
| [ README] ( ../README.md ) |
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ an update to Diffusion.
23
23
24
24
Stopping a ` ServiceSession ` cancels the tasks used to trigger a poll of all endpoints that have been added.
25
25
26
- ## Also see
27
-
26
+ | Also see |
27
+ | --- |
28
28
| [ Services] ( Services.md ) |
29
29
| [ Endpoints] ( Endpoints.md ) |
30
30
| [ ServiceSessions] ( ServiceSessions.md ) |
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ If an `Endpoint` is initialised it will be added to the `ServiceSession`.
24
24
25
25
When the ` EventedUpdateSource ` of a service enters stand by it waits to be made active.
26
26
27
- ## Also see
28
-
27
+ | Also see |
28
+ | --- |
29
29
| [ Endpoints] ( Endpoints.md ) |
30
30
| [ ServiceSessions] ( ServiceSessions.md ) |
31
31
| [ README] ( ../README.md ) |
You can’t perform that action at this time.
0 commit comments