public interface ActivityStreamProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_STREAM_NAME |
static String |
PROP_BASE_PATH_NAME
OSGi configuration for activity stream path name
|
static String |
PROP_STREAM_NAME
OSGi configuration for stream name
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Activity activity)
Check if the target activity stream provider accepts the new event and correspondent activity
|
<T> void |
append(Activity activity)
Appends a new activity to this stream.
|
static final String DEFAULT_STREAM_NAME
static final String PROP_BASE_PATH_NAME
static final String PROP_STREAM_NAME
boolean accept(Activity activity)
activity - <T> void append(Activity activity) throws ActivityException
activity - the activity to write.ActivityException - if an error occurs."Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"