public interface EventFlows
Title: Service Event Fabric Core
Description: Defines a list containing all Event Flows for a specific event.
Copyright: Copyright (c) 2017
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEventId()
Returns an event id of the event flows.
|
java.lang.String |
getEventModel()
Returns an event model of the event flow.
|
java.util.List |
getSinkEventFlows()
Returns a list of all source event flows.
|
java.util.List |
getSourceEventFlows()
Returns a list of all source event flows.
|
boolean |
isEmpty()
Checks if the both lists of sink and source event flows are empty.
|
java.lang.String getEventId()
java.lang.String getEventModel()
java.util.List getSourceEventFlows()
java.util.List getSinkEventFlows()
boolean isEmpty()
true
if the both lists of sink and source event flows are empty, false
otherwise.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.