com.espertech.esper.event
Interface DecoratingEventBean

All Known Implementing Classes:
NaturalEventBean, WrapperEventBean

public interface DecoratingEventBean

Interface for event types that provide decorating event properties as a name-value map.


Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getDecoratingProperties()
          Returns decorating properties.
 EventBean getUnderlyingEvent()
          Returns the underlying event to the decorated event.
 

Method Detail

getDecoratingProperties

java.util.Map<java.lang.String,java.lang.Object> getDecoratingProperties()
Returns decorating properties.

Returns:
property name and values

getUnderlyingEvent

EventBean getUnderlyingEvent()
Returns the underlying event to the decorated event.

Returns:
underlying

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