+str #15174 Add dispatcher setting to FlowMaterializer
* Verify dispatcher with custom default mailbox
This commit is contained in:
parent
a1588e2e39
commit
e9a2585050
46 changed files with 183 additions and 68 deletions
|
|
@ -41,7 +41,7 @@ public class FlowTest {
|
|||
|
||||
final ActorSystem system = actorSystemResource.getSystem();
|
||||
|
||||
final MaterializerSettings settings = MaterializerSettings.create();
|
||||
final MaterializerSettings settings = MaterializerSettings.create().withDispatcher("akka.test.stream-dispatcher");
|
||||
final FlowMaterializer materializer = FlowMaterializer.create(settings, system);
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue