event-processing-framework-customizations
Service icon

Event Processing Framework Customizations

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 20 December 2023 by 
0.0
 (0 ratings)
event-processing-framework-customizations

Event Processing Framework Customizations

Details
Project-specific part of the Event Processing Framework logic. This contains the specific events and their event handlers. This is the part of the Event Processing Framework you will need to customize.
Read more

Note: This application is to be used in conjunction with the Event Processing Framework component.

The Event Processing Framework component is the part that does not need customization.

This component is the part of the Event Processing Framework that needs to be customized for your project/environment.

This application contains the following modules:

  • EventProcessing_EventTypes
    • This module contains the EventType static entity used in the Event Processing Framework.
      Add your own, custom event types here.
  • EventProcessing_EventHandlers_CS
    • This module contains the event handlers for the events in EventProcessing_EventTypes 


For more information, see the Event Processing Framework component.

Release notes (1.0.0)
  • Added IsECST attribute to EventType. ECST stands for Event Carried State Transfer.
    This marks an event type as ECST, meaning any future events override previous event. Thus older events can safely be skipped.
  • Added ChartLineColor attribute to EventType
License (1.0.0)
Reviews (0)
Team