ThreadPoolExecutorServiceFactoryProvider

org.apache.pekko.dispatch.ThreadPoolExecutorServiceFactoryProvider

INTERNAL API

Attributes

Source
AbstractDispatcher.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

Concrete methods

def createExecutorServiceFactory(id: String, threadFactory: ThreadFactory): ExecutorServiceFactory

Attributes

Source
AbstractDispatcher.scala

Inherited methods

protected def createVirtualized(threadFactory: ThreadFactory, pool: ExecutorService & LoadMetrics, prefixName: String, startNumber: Int): ExecutorService

Attributes

Inherited from:
ExecutorServiceFactoryProvider
Source
ThreadPoolBuilder.scala

Whether the executor service created by this factory should use virtual threads.

Whether the executor service created by this factory should use virtual threads.

Attributes

Inherited from:
ExecutorServiceFactoryProvider
Source
ThreadPoolBuilder.scala

The starting number of the virtual thread name, if -1, the number will not be appended.

The starting number of the virtual thread name, if -1, the number will not be appended.

Attributes

Inherited from:
ExecutorServiceFactoryProvider
Source
ThreadPoolBuilder.scala