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

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