Client Functions

AMPS includes functions that return information about the currently connected client. As with the message functions, these functions return information about the client that prompted the operation, if one is present.

Function
Parameters
Description
Available For

CLIENT_NAME

(none)

Returns the name of the currently connected client.

Subscriptions to a topic or conflated topic.

Enrichment and preprocessing.

USER

(none)

Returns the user ID of the currently connected client.

Subscriptions to a topic or conflated topic.

Enrichment and preprocessing.

REMOTE_ADDRESS

(none)

Returns the remote address of the currently connected client.

Subscriptions to a topic or conflated topic.

Enrichment and preprocessing.

CLIENT_VERSION

(none)

Returns the version string reported by the currently connected client.

Subscriptions to a topic or conflated topic.

Enrichment and preprocessing.

CONNECTION_NAME

(none)

Returns the connection name of the currently connected client.

Subscriptions to a topic or conflated topic.

Enrichment and preprocessing.

Last updated