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

eventstore.j.ReadDirection.scala Maven / Gradle / Ivy

package eventstore.j

object ReadDirection {
  def forward = eventstore.ReadDirection.Forward
  def backward = eventstore.ReadDirection.Backward
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy