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

getGatewayID

Last update:
May 18, 2026

Description

Returns the gateway ID that identifies the Gateway instance.

Category

Event Gateway Development

Syntax

public String getGatewayID()

See also

setGatewayIDProviding Gateway class service and information routines in Building an event gateway in the Developing ColdFusion Applications.

Usage

This method returns a string value that is set by the setGatewayID method.

Example

The following example is the ColdFusion SocketGateway class getGatewayID method:
public String getGatewayID() { return gatewayID; }

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