| Interface | Description | 
|---|---|
| Dispatcher | A dispatcher of messages that could provide appropriate responder for message. The dispatcher does not handle message itself | 
| MessageValidator | A validator checking incoming messages. It colud be used for security or bug checks Created by darksnake on 12-Oct-16. | 
| Responder | An interface marking some object that can respond to envelopes. | 
| ResponseDispatcher | A Responder that does not respond itself but delegates response to appropriate responder. |