alma::acs::nc::SimpleSupplier::EventProcessingCallback< T extends IDLEntity > Interface Reference
List of all members.
Detailed Description
Defines the different handlers according of the event's fate in the Notification Channel. The developer is responsible to implement the handlers
Member Function Documentation
| void alma::acs::nc::SimpleSupplier::EventProcessingCallback< T extends IDLEntity >::eventDropped |
( |
T |
event |
) |
|
Handler if the event was dropped
- Parameters:
-
| event | the event to be handled |
| void alma::acs::nc::SimpleSupplier::EventProcessingCallback< T extends IDLEntity >::eventSent |
( |
T |
event |
) |
|
Handler if the event was sent
- Parameters:
-
| event | the event to be handled |
| void alma::acs::nc::SimpleSupplier::EventProcessingCallback< T extends IDLEntity >::eventStoredInQueue |
( |
T |
event |
) |
|
Handler if the event was stored in the circular queue
- Parameters:
-
| event | the event to be handled |
The documentation for this interface was generated from the following file: