public class InputStreamDataHolder extends Object
SiddhiTopology.| Constructor and Description |
|---|
InputStreamDataHolder(String streamName,
String streamDefinition,
EventHolder eventHolderType,
boolean isUserGiven,
SubscriptionStrategyDataHolder subscriptionStrategy) |
| Modifier and Type | Method and Description |
|---|---|
EventHolder |
getEventHolderType() |
String |
getStreamDefinition() |
String |
getStreamName() |
SubscriptionStrategyDataHolder |
getSubscriptionStrategy() |
boolean |
isInnerGroupStream() |
boolean |
isUserGiven() |
boolean |
isUserGivenSource() |
void |
setInnerGroupStream(boolean innerGroupStream) |
void |
setStreamDefinition(String streamDefinition) |
void |
setUserGiven(boolean userGiven) |
public InputStreamDataHolder(String streamName, String streamDefinition, EventHolder eventHolderType, boolean isUserGiven, SubscriptionStrategyDataHolder subscriptionStrategy)
public String getStreamDefinition()
public void setStreamDefinition(String streamDefinition)
public String getStreamName()
public SubscriptionStrategyDataHolder getSubscriptionStrategy()
public boolean isUserGiven()
public void setUserGiven(boolean userGiven)
public EventHolder getEventHolderType()
public boolean isInnerGroupStream()
public void setInnerGroupStream(boolean innerGroupStream)
public boolean isUserGivenSource()
Copyright © 2021 WSO2. All rights reserved.