!cto #17454 Introduce DistributedPubSubSettings
* rename DistributedPubSubExtension to DistributedPubSub
This commit is contained in:
parent
7ab5da21d3
commit
b8594d475e
10 changed files with 154 additions and 90 deletions
|
|
@ -72,7 +72,7 @@ class ClusterClientSpec extends MultiNodeSpec(ClusterClientSpec) with STMultiNod
|
|||
|
||||
def awaitCount(expected: Int): Unit = {
|
||||
awaitAssert {
|
||||
DistributedPubSubExtension(system).mediator ! DistributedPubSubMediator.Count
|
||||
DistributedPubSub(system).mediator ! DistributedPubSubMediator.Count
|
||||
expectMsgType[Int] should ===(expected)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue