Packages

c

slick.util

AsyncExecutorWithMetrics

class AsyncExecutorWithMetrics extends AsyncExecutor

Annotations
@SuppressWarnings()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AsyncExecutorWithMetrics
  2. AsyncExecutor
  3. Closeable
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AsyncExecutorWithMetrics(name: String, minThreads: Int, maxThreads: Int, queueSize: Int, maxConnections: Int = Integer.MAX_VALUE, keepAliveTime: FiniteDuration = 1.minute, registerMbeans: Boolean = false, logQueryCost: Option[QueryCostMonitoringConfig], metrics: DbQueueMetrics, logger: Logger)

Value Members

  1. def close(): Unit
    Definition Classes
    AsyncExecutorWithMetrics → AsyncExecutor → Closeable → AutoCloseable
  2. lazy val executionContext: ExecutionContextExecutor
    Definition Classes
    AsyncExecutorWithMetrics → AsyncExecutor
  3. val logger: Logger