Introduction

The Fire endpoint allows the client to send a message to Functions event handlers and Illuminate.

These messages will go directly to any event handlers registered on the channel that you fire to and will trigger their execution. The content of the fired request will be available for processing within the event handler. The message sent using Fire is not replicated and will not be received by any subscribers to the channel. The message is also not stored in Message Persistence.