BEAST
eu.baltrad.beast.manager.IBltMessageManager Interface Reference

The main entry point for messages passed on to the beast framework. More...

Inheritance diagram for eu.baltrad.beast.manager.IBltMessageManager:
eu.baltrad.beast.manager.BltMessageManager

Public Member Functions

void manage (IBltMessage message)
 Manages the message.
 
void shutdown ()
 Safely terminates the manager and ensures that pending messages are managed properly.
 

Detailed Description

The main entry point for messages passed on to the beast framework.

Author
Anders Henja

Member Function Documentation

◆ manage()

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.

Parameters
messagethe message to handle

Implemented in eu.baltrad.beast.manager.BltMessageManager.

◆ shutdown()

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.


The documentation for this interface was generated from the following file: