getPublisherSubscriberMetrics
This method retrieves publisher subscriber persistence details of a client.
Arguments
None
Returns
Item | Description |
---|---|
Client Label |
When connecting to the FTL server, a client program can supply a label that denotes that particular client. Unlike a client ID, which denotes a specific client process, this label remains unchanged even when the client restarts as a new process. You can use this label to identify clients by their role within your enterprise. |
Client ID |
Client ID of the client process. The FTL server assigns each client process a unique client ID. |
Endpoint Name | The name of the endpoint in the application definition. |
Subscriber Delivered Messages |
The count of the inbound data messages received by the client through subscribers. |
Publisher Published Messages |
The count of the outbound data messages sent from the client through a publisher. |
Publisher Non-Matching Messages |
The count of the outbound data messages that a publisher did not transmit because the messages did not match the content matcher of any remote subscriber. |