Available Services

Cron

To execute a process periodically at a fixed time, date, or at intervals.

Part of the Utilities plugin.

Learn more


Directory Watch

To watch a directory for file changes, creations, renaming and deletions. The Service will call a process or run some logic when the service event occurs.

Part of the File plugin.

Learn more


Kafka Service

The Kafka Service can be used to connect to Kafka compliant servers (brokers) to receive specific topic-based messages for use in your Linx solution.

Part of the Kafka plugin.

Learn more


RabbitMQ Service

To listen to a queue on a RabbitMQ server and to trigger an event when a new message arrives.

Part of the RabbitMQ plugin.

Learn more


REST Host

To assemble and publish a REST web service endpoint by implementing its web methods through events. The definition for the web service is imported through a Swagger API description file.

Part of the REST plugin.

Learn more


SignalR Service

Can be used for real-time web functionality that enables apps to instantly push content to clients.

Part of the SignalR plugin.

Learn more


Simple REST Host

To assemble and publish a REST web service endpoint by implementing its web methods through events.

Part of the REST plugin.

Learn more


Timer

To execute a process at a specified time and interval.

Part of the Utilities plugin.

Learn more


What are Linx services?


Last updated