Class ViewableActivationResult
java.lang.Object
com.espertech.esper.common.internal.context.activator.ViewableActivationResult
-
Constructor Summary
ConstructorDescriptionViewableActivationResult
(Viewable viewable, AgentInstanceMgmtCallback stopCallback, EvalRootMatchRemover optEvalRootMatchRemover, boolean suppressSameEventMatches, boolean discardPartialsOnMatch, EvalRootState optionalPatternRoot, ViewableActivationResultExtension viewableActivationResultExtension, Runnable optPostContextMergeRunnable) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
-
Constructor Details
-
ViewableActivationResult
public ViewableActivationResult(Viewable viewable, AgentInstanceMgmtCallback stopCallback, EvalRootMatchRemover optEvalRootMatchRemover, boolean suppressSameEventMatches, boolean discardPartialsOnMatch, EvalRootState optionalPatternRoot, ViewableActivationResultExtension viewableActivationResultExtension, Runnable optPostContextMergeRunnable)
-
-
Method Details
-
getViewable
-
getStopCallback
-
getViewableActivationResultExtension
-
getOptEvalRootMatchRemover
-
isSuppressSameEventMatches
public boolean isSuppressSameEventMatches() -
isDiscardPartialsOnMatch
public boolean isDiscardPartialsOnMatch() -
getOptionalPatternRoot
-
getOptPostContextMergeRunnable
-