Interface IHTTPIntegrationRouteJMX

  • All Known Subinterfaces:
    IHTTPIntegrationGlobalJMX

    @Name("HTTP Integration Route JMX.")
    @StableMinor(version="17.0",
                 sinceVersion="17.0")
    public interface IHTTPIntegrationRouteJMX
    HTTP Integration Route JMX.
    Since:
    17.0.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    • Method Detail

      • getMaxConnections

        @Name("Max number of connections")
        @Description("The maximum number of connections in the HTTP Integration")
        java.lang.Integer getMaxConnections()
      • getUsedConnections

        @Name("Number of used connections")
        @Description("The number of connections currently in use in the HTTP Integration")
        java.lang.Integer getUsedConnections()
      • getAwaitingConnections

        @Name("Number of threads awaiting connections")
        @Description("The number threads awaiting connections in the HTTP Integration")
        java.lang.Integer getAwaitingConnections()
      • getAvailableConnections

        @Name("Number of vailable connections")
        @Description("The number of available connections in the HTTP Integration")
        java.lang.Integer getAvailableConnections()