Skip to content

Commit

Permalink
It remains some Casbah reference.
Browse files Browse the repository at this point in the history
Obviously, a bad copy and paste :-)
  • Loading branch information
ndeverge committed Jun 22, 2013
1 parent b825def commit 047cc00
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions es-journal/es-journal-mongodb-reactive/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ First, download, install and start a standalone mongoDB instance by following th

libraryDependencies += "org.eligosource" %% "eventsourced-journal-mongodb-reactive" % "0.6-SNAPSHOT"

### Mongodb Casbah Based Journal Initialization
### Mongodb Reactive Based Journal Initialization

import akka.actor._
import com.mongodb.casbah.Imports._
import org.eligosource.eventsourced.core._
import org.eligosource.eventsourced.journal.mongodb.reactive.MongodbReactiveJournalProps

Expand All @@ -42,7 +41,7 @@ First, download, install and start a standalone mongoDB instance by following th
// create and start the reactive based mongoDB journal
val journal: ActorRef = Journal(MongodbReactiveJournalProps(List("localhost:27017"))

// create an event-sourcing extension that uses the Casbah based mongoDB journal
// create an event-sourcing extension that uses the ReactiveMongo based mongoDB journal
val extension = EventsourcingExtension(system, journal)

// ...

0 comments on commit 047cc00

Please sign in to comment.