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

com.eventstore.dbclient.SystemStreams Maven / Gradle / Ivy

package com.eventstore.dbclient;

public class SystemStreams {
    public static final String ALL_STREAM = "$all";
    public static final String STREAMS_STREAM = "$streams";
    public static final String SETTINGS_STREAM = "$settings";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy