Interface ActivityEventConstants
-
@ProviderType public interface ActivityEventConstants
Defines constants for activity events.- Since:
- 0.0.10
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROPERTY_ID
The name of the event property holding the activity idstatic java.lang.String
PROPERTY_PATH
The name of the event property holding the activity pathstatic java.lang.String
TOPIC_ACTIVITY_ADDED
The topic for the OSGi event which is sent when an activity has been added to a stream.
-
-
-
Field Detail
-
TOPIC_ACTIVITY_ADDED
static final java.lang.String TOPIC_ACTIVITY_ADDED
The topic for the OSGi event which is sent when an activity has been added to a stream.- See Also:
- Constant Field Values
-
PROPERTY_ID
static final java.lang.String PROPERTY_ID
The name of the event property holding the activity id- See Also:
- Constant Field Values
-
PROPERTY_PATH
static final java.lang.String PROPERTY_PATH
The name of the event property holding the activity path- See Also:
- Constant Field Values
-
-