The output adapter is a feature that outputs the processing results of complex event processing rules externally.
BDCEP provides four output adapters shown below, according to objective of the user:
Figure 2.8 Output adapter
Output adapter | Details of feature | Output destination |
---|---|---|
SOAP listener | Notifies the results of complex event processing (events) to a user-developed Web service, using SOAP communication |
|
Custom listener | Passes the results of complex event processing to a user-developed Java class, and executes them. |
|
Logging listener | Logs the results of complex event processing |
|
Debug log listener | Outputs debug information on complex event processing rules |
|