Interface SelectorThreadPoolConfig

All Superinterfaces:
Config

public interface SelectorThreadPoolConfig extends Config
A single selector thread pool configuration.
Since:
5.5
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the selector thread pool.
    int
    Returns the number of threads managed by this pool.

    Methods inherited from interface com.pushtechnology.diffusion.api.config.Config

    isLocked
  • Method Details

    • getName

      String getName()
      Returns the name of the selector thread pool.
      Returns:
      the name of the selector thread pool
    • getSize

      int getSize()
      Returns the number of threads managed by this pool.
      Returns:
      the number of threads managed by this pool