BEAST
|
The main entry point for messages passed on to the beast framework. More...
Public Member Functions | |
void | manage (IBltMessage message) |
Manages the message. | |
void | shutdown () |
Safely terminates the manager and ensures that pending messages are managed properly. | |
The main entry point for messages passed on to the beast framework.
void eu.baltrad.beast.manager.IBltMessageManager.manage | ( | IBltMessage | message | ) |
Manages the message.
Will use the router and adaptors in order to get the message safely transmitted to the configured recipients.
message | the message to handle |
Implemented in eu.baltrad.beast.manager.BltMessageManager.
void eu.baltrad.beast.manager.IBltMessageManager.shutdown | ( | ) |
Safely terminates the manager and ensures that pending messages are managed properly.
Implemented in eu.baltrad.beast.manager.BltMessageManager.