Habari STOMP Client for RabbitMQ 9.4
Object Pascal STOMP client library for RabbitMQ
Loading...
Searching...
No Matches
IConnectionInfo Interface Reference

Provides information about the current STOMP connection, including the broker-assigned STOMP session identifier and the server identifier string. More...

Inheritance diagram for IConnectionInfo:

Public Member Functions

Boolean TransportConnected ()
 Is the transport layer connected?
string StompSessionID ()
 Stomp session ID.
string StompServerName ()
 Stomp server name.
TStompProtocolVersion StompProtocolVersion ()
 Stomp protocol version of the current connection.

Detailed Description

Provides information about the current STOMP connection, including the broker-assigned STOMP session identifier and the server identifier string.

Member Function Documentation

◆ StompProtocolVersion()

TStompProtocolVersion IConnectionInfo::StompProtocolVersion ( )

Stomp protocol version of the current connection.

◆ StompServerName()

string IConnectionInfo::StompServerName ( )

Stomp server name.

◆ StompSessionID()

string IConnectionInfo::StompSessionID ( )

Stomp session ID.

◆ TransportConnected()

Boolean IConnectionInfo::TransportConnected ( )

Is the transport layer connected?