[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Event type for events that itself have event properties that are event wrappers.

For use in pattern expression statements in which multiple events match a pattern. There the composite event indicates that the whole patterns matched, and indicates the individual events that caused the pattern as event properties to the event.

Namespace: net.esper.events
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class CompositeEventType _
	Implements EventType
C#
public class CompositeEventType : EventType
Visual C++
public ref class CompositeEventType : EventType

Inheritance Hierarchy

System.Object
  net.esper.events.CompositeEventType