* Provide shorter aliases for the ActorRefProviders #20649 * Use the new actorefprovider aliases throughout code and docs * Cleaner alias replacement logic
This commit is contained in:
parent
3f72e7dad1
commit
d6c048f59a
127 changed files with 148 additions and 137 deletions
|
|
@ -25,7 +25,7 @@ public class DistributedPubSubMediatorTest extends JUnitSuite {
|
|||
public static AkkaJUnitActorSystemResource actorSystemResource =
|
||||
new AkkaJUnitActorSystemResource("DistributedPubSubMediatorTest",
|
||||
ConfigFactory.parseString(
|
||||
"akka.actor.provider = \"akka.cluster.ClusterActorRefProvider\"\n" +
|
||||
"akka.actor.provider = \"cluster\"\n" +
|
||||
"akka.remote.netty.tcp.port=0"));
|
||||
|
||||
private final ActorSystem system = actorSystemResource.getSystem();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue