Class InfraOnExprBaseViewFactory

java.lang.Object
com.espertech.esper.common.internal.epl.ontrigger.InfraOnExprBaseViewFactory
All Implemented Interfaces:
InfraOnExprFactory
Direct Known Subclasses:
InfraOnDeleteViewFactory, InfraOnMergeViewFactory, InfraOnSelectViewFactory, InfraOnUpdateViewFactory

public abstract class InfraOnExprBaseViewFactory extends Object implements InfraOnExprFactory
View for the on-delete statement that handles removing events from a named window.
  • Field Details

    • infraEventType

      protected final EventType infraEventType
  • Constructor Details

    • InfraOnExprBaseViewFactory

      protected InfraOnExprBaseViewFactory(EventType infraEventType)