Package io.siddhi.service.util
Class SiddhiServiceConstants
- java.lang.Object
-
- io.siddhi.service.util.SiddhiServiceConstants
-
public class SiddhiServiceConstants extends Object
Class which holds the constants related to siddhi service
-
-
Field Summary
Fields Modifier and Type Field Description static StringANNOTATION_ELEMENT_NAMEstatic StringANNOTATION_INFOstatic StringANNOTATION_NAME_NAMEstatic StringEVENT_TRACE_LOGGERstatic StringINNER_STREAM_FLAGstatic intLASTstatic StringTRIGGERED_TIME
-
Constructor Summary
Constructors Constructor Description SiddhiServiceConstants()
-
-
-
Field Detail
-
ANNOTATION_NAME_NAME
public static final String ANNOTATION_NAME_NAME
- See Also:
- Constant Field Values
-
EVENT_TRACE_LOGGER
public static final String EVENT_TRACE_LOGGER
- See Also:
- Constant Field Values
-
ANNOTATION_INFO
public static final String ANNOTATION_INFO
- See Also:
- Constant Field Values
-
ANNOTATION_ELEMENT_NAME
public static final String ANNOTATION_ELEMENT_NAME
- See Also:
- Constant Field Values
-
INNER_STREAM_FLAG
public static final String INNER_STREAM_FLAG
- See Also:
- Constant Field Values
-
TRIGGERED_TIME
public static final String TRIGGERED_TIME
- See Also:
- Constant Field Values
-
LAST
public static final int LAST
- See Also:
- Constant Field Values
-
-