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

eventstore.operations.Operations.scala Maven / Gradle / Ivy

The newest version!
package eventstore
package operations

import akka.actor.ActorRef
import eventstore.util.OneToMany

object Operations {
  val Empty: Operations = OneToMany[Operation, Uuid, ActorRef](_.id, _.client)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy