| Interface | Description |
|---|---|
| EventManager |
EventManager class is used to subscribe/unsubscribe to an event with
the specified topic (e.g.
|
| EventNotifier |
EventNotifier class is used to notify events and check status of
events.
|
| EventSubscriber |
EventSubscriber provides mechanism for receiving notification from
notifier and perform specified actions.
|
| Class | Description |
|---|---|
| AbstractServiceEvent |
An abstract event subscriber that invokes another service on event.
|
| EventData |
EventData class is used to create events with details.
|
| IntegrationServiceEvent |
An abstract event subscriber implementation that invokes another Integration
service on event.
|
| ObjectServiceEvent |
An abstract event subscriber implementation that invokes another Object
service on event.
|
| Enum | Description |
|---|---|
| EventStatus |
EventStatus represents various statuses of an event.
|
| Annotation Type | Description |
|---|---|
| IntegrationEventSubscriber |
IntegrationEventSubscriber can be used to annotate an EventSubscriber
implementation and have it subscribed to the event name or topic
automatically.
|
Copyright © 2019. All rights reserved.