Skip to content

Commit 732a564

Browse files
committed
add listener
1 parent 0a12ff7 commit 732a564

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

content/en/docs/2024.9/_shared/architecture/components/multi-server.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
| &nbsp; &nbsp; > [Data Storage Service][Data Storage Service] | {{< section "/architecture/components/purpose/data-storage-service.md" >}} | - | - |
1111
| &nbsp; &nbsp; > [Execution Management Service][Execution Management Service] | {{< section "/architecture/components/purpose/execution-management-service.md">}} | - | - |
1212
| &nbsp; &nbsp; > [Licence Management Service][Licence Management Service] | {{< section "/architecture/components/purpose/licence-management-service.md" >}} | - | - |
13+
| &nbsp; &nbsp; > [Listeners Service][Listeners Service] | {{< section "/architecture/components/purpose/listeners-service.md" >}} | - | - |
1314
| &nbsp; &nbsp; > [Package Management Service][Package Management Service] | {{< section "/architecture/components/purpose/package-management-service.md" >}} | - | - |
1415
| &nbsp; &nbsp; > [Provisioning Service][Provisioning Service] | {{< section "/architecture/components/purpose/provisioning-service.md" >}} | - | - |
1516
| &nbsp; &nbsp; > [Scheduling Service][Scheduling Service] | {{< section "/architecture/components/purpose/scheduling-service.md" >}} | - | - |
16-
| &nbsp; &nbsp; > [Triggers Service][Triggers Service] | {{< section "/architecture/components/purpose/triggers-service.md" >}} | - | - |
17+
| &nbsp; &nbsp; > [Triggers Service][Triggers Service] | {{< section "/architecture/components/purpose/triggers-service.md" >}} | - | - |
1718
| [{{% ctx %}} Innovation Execution Application][Innovation Execution Application] | {{< section "/architecture/components/purpose/cortex-innovation-execution-application.md" >}} | Required | Application Server |
1819
| &nbsp; &nbsp; > [Execution Service][Execution Service] | {{< section "/architecture/components/purpose/execution-service.md" >}} | - | - |
1920
| {{% ctx %}} Block Packages | {{< section "/architecture/components/purpose/cortex-block-packages.md" >}} | Required | Web Application Server, Application Server |
@@ -36,18 +37,17 @@
3637
[Execution Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ExecutionManagementService.MainDoc" >}}
3738
[Execution Service]: {{< url path="Cortex.Guides.CortexInnovation.ExecutionApplication.Services.ExecutionService.MainDoc" >}}
3839
[Licence Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.LicenceManagementService.MainDoc" >}}
40+
[Listeners Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ListenersService.MainDoc" >}}
3941
[Package Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.PackageManagementService.MainDoc" >}}
4042
[Provisioning Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ProvisioningService.MainDoc" >}}
4143
[Scheduling Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.SchedulingService.MainDoc" >}}
4244
[Triggers Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.TriggersService.MainDoc" >}}
4345
[Gateway Guide]: {{< url path="Cortex.Guides.Gateway.MainDoc" >}}
4446
[Studio Guide]: {{< url path="Cortex.Guides.Studio.MainDoc" >}}
45-
[SQL Server Express]: {{< url path="MSDownload.SqlServerExpress.2016" >}}
46-
[SQL Server Standard]: {{< url path="MSEval.SQLServer.2019" >}}
4747
[Microsoft Service Fabric]: {{< url path="MSDocs.ServiceFabric.MainDoc" >}}
4848
[Microsoft Service Fabric Explorer]: {{< url path="MSDocs.ServiceFabric.Explorer" >}}
4949
[Particular NServiceBus]: {{< url path="Particular.NServiceBus.MainDoc" >}}
5050
[Pivotal RabbitMQ]: {{< url path="RabbitMQ.MainDoc" >}}
5151
[Erlang OTP]: {{< url path="ErlangOTP.MainDoc" >}}
5252
[gobetween]: {{< url path="GoBetween.MainDoc" >}}
53-
[NSSM]: {{< url path="NSSM.MainDoc" >}}
53+
[NSSM]: {{< url path="NSSM.MainDoc" >}}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Application Service that accepts incoming connections that could trigger executions.

content/en/docs/2024.9/_shared/architecture/components/single-server.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
| &nbsp; &nbsp; > [Data Storage Service][Data Storage Service] | {{< section "/architecture/components/purpose/data-storage-service.md" >}} | - | - |
1111
| &nbsp; &nbsp; > [Execution Management Service][Execution Management Service] | {{< section "/architecture/components/purpose/execution-management-service.md">}} | - | - |
1212
| &nbsp; &nbsp; > [Licence Management Service][Licence Management Service] | {{< section "/architecture/components/purpose/licence-management-service.md" >}} | - | - |
13+
| &nbsp; &nbsp; > [Listeners Service][Listeners Service] | {{< section "/architecture/components/purpose/listeners-service.md" >}} | - | - |
1314
| &nbsp; &nbsp; > [Package Management Service][Package Management Service] | {{< section "/architecture/components/purpose/package-management-service.md" >}} | - | - |
1415
| &nbsp; &nbsp; > [Provisioning Service][Provisioning Service] | {{< section "/architecture/components/purpose/provisioning-service.md" >}} | - | - |
1516
| &nbsp; &nbsp; > [Scheduling Service][Scheduling Service] | {{< section "/architecture/components/purpose/scheduling-service.md" >}} | - | - |
16-
| &nbsp; &nbsp; > [Triggers Service][Triggers Service] | {{< section "/architecture/components/purpose/triggers-service.md" >}} | - | - |
17+
| &nbsp; &nbsp; > [Triggers Service][Triggers Service] | {{< section "/architecture/components/purpose/triggers-service.md" >}} | - | - |
1718
| [{{% ctx %}} Innovation Execution Application][Innovation Execution Application] | {{< section "/architecture/components/purpose/cortex-innovation-execution-application.md" >}} | Required | Application Server |
1819
| &nbsp; &nbsp; > [Execution Service][Execution Service] | {{< section "/architecture/components/purpose/execution-service.md" >}} | - | - |
1920
| {{% ctx %}} Block Packages | {{< section "/architecture/components/purpose/cortex-block-packages.md" >}} | Required | Web Application Server, Application Server |
@@ -34,14 +35,13 @@
3435
[Execution Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ExecutionManagementService.MainDoc" >}}
3536
[Execution Service]: {{< url path="Cortex.Guides.CortexInnovation.ExecutionApplication.Services.ExecutionService.MainDoc" >}}
3637
[Licence Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.LicenceManagementService.MainDoc" >}}
38+
[Listeners Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ListenersService.MainDoc" >}}
3739
[Package Management Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.PackageManagementService.MainDoc" >}}
3840
[Provisioning Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.ProvisioningService.MainDoc" >}}
3941
[Scheduling Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.SchedulingService.MainDoc" >}}
4042
[Triggers Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.TriggersService.MainDoc" >}}
4143
[Gateway Guide]: {{< url path="Cortex.Guides.Gateway.MainDoc" >}}
4244
[Studio Guide]: {{< url path="Cortex.Guides.Studio.MainDoc" >}}
43-
[SQL Server Express]: {{< url path="MSDownload.SqlServerExpress.2016" >}}
44-
[SQL Server Standard]: {{< url path="MSEval.SQLServer.2019" >}}
4545
[Microsoft Service Fabric]: {{< url path="MSDocs.ServiceFabric.MainDoc" >}}
4646
[Microsoft Service Fabric Explorer]: {{< url path="MSDocs.ServiceFabric.Explorer" >}}
4747
[Particular NServiceBus]: {{< url path="Particular.NServiceBus.MainDoc" >}}
230 Bytes
Loading

0 commit comments

Comments
 (0)