com.espertech.esper.event
Interface TaggedCompositeEventType


public interface TaggedCompositeEventType

Interface for composite event type in which each property is itself an event.

For use with patterns in which pattern tags are properties in a result event and property values are the event itself that is matching in a pattern.


Method Summary
 java.util.Map<java.lang.String,Pair<EventType,java.lang.String>> getTaggedEventTypes()
          Returns the event types for each composing event.
 

Method Detail

getTaggedEventTypes

java.util.Map<java.lang.String,Pair<EventType,java.lang.String>> getTaggedEventTypes()
Returns the event types for each composing event.

Returns:
map of tag name and event type

© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com