akka-actor-thread-context


License

License

Categories

Categories

Akka Container Microservices Reactive libraries
GroupId

GroupId

com.lucidchart
ArtifactId

ArtifactId

akka-actor-thread-context_2.11
Last Version

Last Version

0.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

akka-actor-thread-context
akka-actor-thread-context
Project Organization

Project Organization

Lucid Software
Source Code Management

Source Code Management

https://github.com/lucidsoftware/akka-thread-context

Download akka-actor-thread-context_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.lucidchart/akka-actor-thread-context_2.11/ -->
<dependency>
    <groupId>com.lucidchart</groupId>
    <artifactId>akka-actor-thread-context_2.11</artifactId>
    <version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lucidchart/akka-actor-thread-context_2.11/
implementation 'com.lucidchart:akka-actor-thread-context_2.11:0.3.2'
// https://jarcasting.com/artifacts/com.lucidchart/akka-actor-thread-context_2.11/
implementation ("com.lucidchart:akka-actor-thread-context_2.11:0.3.2")
'com.lucidchart:akka-actor-thread-context_2.11:jar:0.3.2'
<dependency org="com.lucidchart" name="akka-actor-thread-context_2.11" rev="0.3.2">
  <artifact name="akka-actor-thread-context_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lucidchart', module='akka-actor-thread-context_2.11', version='0.3.2')
)
libraryDependencies += "com.lucidchart" % "akka-actor-thread-context_2.11" % "0.3.2"
[com.lucidchart/akka-actor-thread-context_2.11 "0.3.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
com.typesafe.akka : akka-actor_2.11 jar 2.5.31
com.lucidchart : thread-context jar 0.7

Project Modules

There are no modules declared in this project.

Akka actor thread context

Build Status Maven Version

Propagate thread-local values across Akka actors. See java-thread-context.

Currently works only for local actor systems.

Install

libraryDependencies += "com.lucidchart" %% "akka-actor-thread-context" % "<version>"

Usage

In the configuration for your actor system,

actor.default-dispatcher.type = com.lucidchart.akka.threadcontext.DefaultDispatcherConfigurator
com.lucidchart

Lucid Software, Inc

Versions

Version
0.3.2
0.3