Executor Binding
Overview
Architecture
+------------------+
| Application |
| (Main Thread) |
+--------+---------+
| send()
v
+------------------+
| Executor Bus |
| (Detached |
| Send Queue) |
+--------+---------+
| process()
v
+------------------+
| Processor |
| (Worker |
| Thread) |
+--------+---------+
|
v
+------------------+
| External |
| System |
| (e.g., SMTP) |
+------------------+How It Works
Implementing an Executor Bus Processor
The Process Method
Lifecycle Integration
Accessing Configuration Properties
Acknowledger
Sample Implementation
Implementing a Processor Factory
Example: E-mail Alert Gateway
Application Code
Configuration
See Also
Last updated