Interface Connection.ConnectionInfo

Enclosing interface:
Connection

public static interface Connection.ConnectionInfo
Information about a connection.
  • Method Details

    • brokerVersion

      String brokerVersion()
      Get the broker version.
      Returns:
      broker version
    • brokerProductName

      String brokerProductName()
      Get the broker product name.
      Returns:
      broker product name
    • brokerNode

      String brokerNode()
      Get the broker node name.
      Returns:
      broker node name
    • host

      String host()
      Get the host this connection is connected to.
      Returns:
      connection host
    • port

      int port()
      Get the port this connection is connected to.
      Returns:
      connection port
    • name

      String name()
      Get the connection name.
      Returns:
      connection name