Re: [akka-user] Is it possible to use Akka Typed with other Dispatchers?

2017-09-05 Thread Patrik Nordwall
Dispatchers are not fully implemented for the typed adapters yet. /Patrik On Tue, Sep 5, 2017 at 11:46 AM, Qux wrote: > Hello, > how can I spawn a new TypedActor with a other Dispatcher? > > Is this correct? > > Adapter.spawn(getContext(), TypedActor.greeterBehavior(),

[akka-user] Is it possible to use Akka Typed with other Dispatchers?

2017-09-05 Thread Qux
Hello, how can I spawn a new TypedActor with a other Dispatcher? Is this correct? Adapter.spawn(getContext(), TypedActor.greeterBehavior(), TypedActor.NAME, akka.typed.Props.empty().withDispatcherFromConfig("blocking-io-dispatcher")); Thanks -- >> Read the docs: