Interface TransportsDetails

All Known Implementing Classes:
DefaultTransportsDetails

public interface TransportsDetails
An aggregated view of all TransportDetails.
Author:
kimchy
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the total number of maximum threads defined within all current discovered Transports.
    int
    Returns the total number of minimum threads defined within all current discovered Transports.
  • Method Details

    • getMinThreads

      int getMinThreads()
      Returns the total number of minimum threads defined within all current discovered Transports.
    • getMaxThreads

      int getMaxThreads()
      Returns the total number of maximum threads defined within all current discovered Transports.