Whatever message this page gives is out now! Go check it out!

GatewayServices class

Last update:
May 18, 2026
coldfusion.eventgateway.GatewayServices
The Gateway class uses the coldfusion.eventgateway.GatewayServices class to interact with the ColdFusion event gateway services. This class has the following methods:
SignatureDescription
GatewayServices getGatewayServices ()
Static method that returns the GatewayServices object.
boolean addEvent (CFEvent msg)
Sends a CFEvent instance to ColdFusion for dispatching to a listener CFC.
coldfusion.eventgateway.Logger getLogger ([String logfile])
Returns a ColdFusion logger object that the event gateway can use to log information in a file.
Returns the maximum size of the ColdFusion event queue, as set in the ColdFusion Administrator.
Returns the current size of the ColdFusion event queue that handles all messages for all gateways.

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page