aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/core/messaging/CreateOnDemand.scala
Commit message (Collapse)AuthorAgeFilesLines
* Move storage and messaging to separate projectsJakob Odersky2018-10-091-49/+0
|
* Various message bus fixes (#212)v1.14.0Jakob Odersky2018-09-101-0/+49
1. Move to pure mixin-based ("stackable traits") pattern. 2. Provide a "CreateOnDemand" mixin that ensures topics and subscriptions have been created before they are used.