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 |
getInMemoryTopic() |
String |
getStreamDefinition() |
String |
getStreamName() |
SubscriptionStrategyDataHolder |
getSubscriptionStrategy() |
boolean |
isInnerGroupStream() |
boolean |
isUserGiven() |
boolean |
isUserGivenSource() |
void |
setInMemoryTopic(String inMemoryTopic) |
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()
public void setInMemoryTopic(String inMemoryTopic)
public String getInMemoryTopic()
Copyright © 2019 WSO2. All rights reserved.