Package dev.cdevents.constants
Class CDEventConstants
- java.lang.Object
-
- dev.cdevents.constants.CDEventConstants
-
public final class CDEventConstants extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCDEventConstants.CDEventTypesstatic classCDEventConstants.Outcome
-
Field Summary
Fields Modifier and Type Field Description static StringCDEVENTS_SPEC_VERSIONCDEvents Version.static intEVENT_PREDICATE_INDEXCDEvent type predicate index.static StringEVENT_PREFIXCDEvent type prefix.static intEVENT_SUBJECT_INDEXCDEvent type subject index.static StringSCHEMA_FOLDEREvent JsonSchema files location.static StringSPEC_REPOSpec repo location.
-
-
-
Field Detail
-
SPEC_REPO
public static final String SPEC_REPO
Spec repo location.
-
SCHEMA_FOLDER
public static final String SCHEMA_FOLDER
Event JsonSchema files location.
-
CDEVENTS_SPEC_VERSION
public static final String CDEVENTS_SPEC_VERSION
CDEvents Version.- See Also:
- Constant Field Values
-
EVENT_PREFIX
public static final String EVENT_PREFIX
CDEvent type prefix.- See Also:
- Constant Field Values
-
EVENT_SUBJECT_INDEX
public static final int EVENT_SUBJECT_INDEX
CDEvent type subject index.- See Also:
- Constant Field Values
-
EVENT_PREDICATE_INDEX
public static final int EVENT_PREDICATE_INDEX
CDEvent type predicate index.- See Also:
- Constant Field Values
-
-