public interface EventProducer
getNextEvents(Event) method. If
no producer exists, then the event is persisted directly.
Implementations choose the next event outcome and ensure the
correct input data is available.| Modifier and Type | Field and Description |
|---|---|
static String |
PRODUCER_NAME_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
getNextEvents(Event event)
Construct a list of events to follow according the some scenario of business logic.
|
static final String PRODUCER_NAME_PREFIX
List<Event> getNextEvents(Event event)
event - the event that triggered this choiceCopyright © 2005–2018 Alfresco Software. All rights reserved.