Package

com.linkedin.playparseq

utils

Permalink

package utils

Visibility
  1. Public
  2. All

Type Members

  1. class EngineProvider extends Provider[Engine]

    Permalink

    The class EngineProvider is a preset Provider which provides a ParSeq Engine for dependency injection.

    The class EngineProvider is a preset Provider which provides a ParSeq Engine for dependency injection. The EngineProvider will try to load the key-value of parseq.engine.numThreads (The number of threads in Engine's pool) and parseq.engine.terminationWaitSeconds (The maximum time to wait for Engine's termination in the unit of seconds) from your conf file, otherwise it will use the default values.

    Annotations
    @Singleton()
    See also

    ParSeq Wiki

Ungrouped