public interface ActivityStreamProvider
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_STREAM_NAME |
static java.lang.String |
PROP_BASE_PATH_NAME
OSGi configuration for activity stream path name
|
static java.lang.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 java.lang.String DEFAULT_STREAM_NAME
static final java.lang.String PROP_BASE_PATH_NAME
static final java.lang.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 - 2018 Adobe Systems Incorporated. All Rights Reserved"