|
Interface Summary |
| Connection |
Base interface for connections to message sources/sinks. |
| Conversational |
Interface for sources and sinks that support request/reply semantics. |
| Listener |
Interface for Sources that support request/reply semantics. |
| MessageHandler |
MessageHandler is the base interface for Sources and Sinks. |
| MessageSink |
A MessageSink is something that can accept a message. |
| MessageSource |
A MessageSource is something that can produce a message, like a message queue, a database table, a file, or a POP server. |
| Speaker |
Interface for sinks that support request/reply semantics. |
| Transactional |
Interface for objects (connections, sources and sinks) that support transactions. |
| UpdatingSource |
|