public class OutputStrategyPostProcessFactory extends Object
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
Constructor and Description |
---|
OutputStrategyPostProcessFactory(boolean isRoute,
SelectClauseStreamSelectorEnum insertIntoStreamSelector,
SelectClauseStreamSelectorEnum selectStreamDirEnum,
boolean addToFront,
Table optionalTable,
ExprEvaluator eventPrecedence) |
Modifier and Type | Method and Description |
---|---|
ExprEvaluator |
getEventPrecedence() |
SelectClauseStreamSelectorEnum |
getInsertIntoStreamSelector() |
SelectClauseStreamSelectorEnum |
getSelectStreamDirEnum() |
boolean |
isAddToFront() |
boolean |
isRoute() |
OutputStrategyPostProcess |
make(AgentInstanceContext agentInstanceContext) |
public static final EPTypeClass EPTYPE
public OutputStrategyPostProcessFactory(boolean isRoute, SelectClauseStreamSelectorEnum insertIntoStreamSelector, SelectClauseStreamSelectorEnum selectStreamDirEnum, boolean addToFront, Table optionalTable, ExprEvaluator eventPrecedence)
public OutputStrategyPostProcess make(AgentInstanceContext agentInstanceContext)
public boolean isRoute()
public SelectClauseStreamSelectorEnum getInsertIntoStreamSelector()
public SelectClauseStreamSelectorEnum getSelectStreamDirEnum()
public boolean isAddToFront()
public ExprEvaluator getEventPrecedence()
Copyright © 2005–2022. All rights reserved.