Package com.eventstore.dbclient
Class SystemStreams
- java.lang.Object
-
- com.eventstore.dbclient.SystemStreams
-
public class SystemStreams extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringALL_STREAMstatic java.lang.StringSETTINGS_STREAMstatic java.lang.StringSTREAMS_STREAM
-
Constructor Summary
Constructors Constructor Description SystemStreams()
-
-
-
Field Detail
-
ALL_STREAM
public static final java.lang.String ALL_STREAM
- See Also:
- Constant Field Values
-
STREAMS_STREAM
public static final java.lang.String STREAMS_STREAM
- See Also:
- Constant Field Values
-
SETTINGS_STREAM
public static final java.lang.String SETTINGS_STREAM
- See Also:
- Constant Field Values
-
-