Interface IHTTPIntegrationRouteJMX

    • 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()