| Interface | Description | 
|---|---|
| ConsumerDef | 
 A ConsumerDefImpl implements this interface
 Used as RT interface for accessing Consmer of an Event 
 | 
| EventEntryDef | 
 A EventEntryDefImpl implements this interface
 Used as RT interface for accessing a perticular Event metadata 
 | 
| EventMapDef | 
 A EventMapDefImpl implements this interface 
 Used as RT interface for accessing the Event wiring metadata in pagedef file 
 | 
| ParameterDef | 
 A ParameterDefImpl implements this interface 
 Used as RT interface for accessing Parameters of a consumer 
 | 
| ProducerDef | 
 A ProducerDefImpl implements this interface 
 Used as RT interface for accessing a Producer in an event 
 | 
| Class | Description | 
|---|---|
| ConsumerDefImpl | 
 ConsumerDefImpl implements interface ConsumerDef
 Used as RT implementation for accessing Consmer of an Event 
 | 
| DefaultEventNameResolver | 
 A DefaultEventNameResolver implements EventNameResolver interface
 This class helps in resolving the producer and consumer 
 | 
| DynamicRegionEventsConfig | |
| EventDispatcherImpl | 
 A EventDispatcherImpl implements EventDispatcher interface
 This class helps in dispatching the event. 
 | 
| EventEntryDefImpl | 
 EventEntryDef implements EventEntryDef interface
 Used as RT implementation for accessing a perticular Event metadata 
 | 
| EventMapDefImpl | 
 implements EventMapDef interface 
 Used as RT implementation for reading the Event metadata at runtime
 It stores the event 
 | 
| EventsUtil | |
| ParameterDefImpl | 
 ParameterDefImpl implements interface ParameterDef
 Used as RT implementation for accessing Parmeters of a consumer 
 | 
| ProducerDefImpl | 
 ProducerDefImpl implements interface ProducerDef
 Used as RT iplementation for accessing a Producer in an event 
 |