Event Gateways
See also the https://github.com/lucee/task-event-gateway extension
Functions
- GatewayAction()
Executes a specifc action for a gateway instance.
- GatewayState()
Return the current state for the given gateway id.
- SendGatewayMessage()
Sends an outgoing message through an event gateway.
Guides
- Custom Event Gateways
Here you will find a short introduction into writing your own Event Gateway type.
- Event Gateways
Overview of how Event Gateways work in Lucee.
- Event Gateways in Lucee
EG's are another way how to communicate with your Lucee server and are kind of a service running on Lucee, reacting on certain events.