All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eventstore.examples.EventStoreExtensionExample.scala Maven / Gradle / Ivy

The newest version!
package eventstore.examples

import eventstore.{ EventStream, ReadEvent, EventStoreExtension }
import akka.actor.ActorSystem

object EventStoreExtensionExample {
  val system = ActorSystem()

  EventStoreExtension(system).actor ! ReadEvent(EventStream.Id("stream"))
  EventStoreExtension(system).connection.future(ReadEvent(EventStream.Id("stream")))
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy