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.
  • Field Details

  • Method Details

    • getDecoratingProperties

      Map<String,Object> getDecoratingProperties()
      Returns decorating properties.
      Returns:
      property name and values
    • getUnderlyingEvent

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