Uses of Class
com.espertech.esper.common.internal.context.util.InternalRoutePreprocessView
-
Uses of InternalRoutePreprocessView in com.espertech.esper.common.internal.context.util
Modifier and TypeMethodDescriptionInternalEventRouterEntry.getOutputView()
Returns the output view.Modifier and TypeMethodDescriptionvoid
InternalEventRouter.addPreprocessing
(InternalEventRouterDesc internalEventRouterDesc, InternalRoutePreprocessView outputView, StatementContext statementContext, boolean hasSubselect) void
InternalEventRouterImpl.addPreprocessing
(InternalEventRouterDesc internalEventRouterDesc, InternalRoutePreprocessView outputView, StatementContext statementContext, boolean hasSubselect) ModifierConstructorDescriptionInternalEventRouterEntry
(int priority, boolean drop, ExprEvaluator optionalWhereClause, ExprEvaluator[] assignments, EventBeanWriter writer, TypeWidener[] wideners, InternalEventRouterWriter[] specialPropWriters, InternalRoutePreprocessView outputView, StatementContext statementContext, boolean hasSubselect) Ctor.