
com.eventstore.dbclient.Direction Maven / Gradle / Ivy
package com.eventstore.dbclient;
/**
* Specifies the direction of a read operation.
*/
public enum Direction {
/**
* Read in the forward direction.
*/
Forwards,
/**
* Read in the backward direction.
*/
Backwards
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy