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 String
ANNOTATION_ELEMENT_NAME
static String
ANNOTATION_INFO
static String
ANNOTATION_NAME_NAME
static String
EVENT_TRACE_LOGGER
static String
INNER_STREAM_FLAG
static int
LAST
static String
TRIGGERED_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
-
-