All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lucidchart.pekko.threadcontext.DefaultDispatcherConfigurator.scala Maven / Gradle / Ivy

The newest version!
package com.lucidchart.pekko.threadcontext

import org.apache.pekko.dispatch.DispatcherPrerequisites
import com.github.threadcontext.Context
import com.typesafe.config.Config

class DefaultDispatcherConfigurator(config: Config, prerequisites: DispatcherPrerequisites)
  extends DispatcherConfigurator(config, prerequisites, Context.DEFAULT)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy