BEAST
|
A message that should be sent to several destinations. More...
Public Member Functions | |
IBltMessage | getMessage () |
Returns the message that should be sent to the destination. | |
List< String > | getDestinations () |
Returns a list of destinations (adaptor names). | |
A message that should be sent to several destinations.
List< String > eu.baltrad.beast.router.IMultiRoutedMessage.getDestinations | ( | ) |
Returns a list of destinations (adaptor names).
Implemented in eu.baltrad.beast.message.mo.BltMultiRoutedMessage.
IBltMessage eu.baltrad.beast.router.IMultiRoutedMessage.getMessage | ( | ) |
Returns the message that should be sent to the destination.
Implemented in eu.baltrad.beast.message.mo.BltMultiRoutedMessage.