BEAST
eu.baltrad.beast.router.IMultiRoutedMessage Interface Reference

A message that should be sent to several destinations. More...

Inheritance diagram for eu.baltrad.beast.router.IMultiRoutedMessage:
eu.baltrad.beast.message.mo.BltMultiRoutedMessage

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).
 

Detailed Description

A message that should be sent to several destinations.

Author
Anders Henja

Member Function Documentation

◆ getDestinations()

List< String > eu.baltrad.beast.router.IMultiRoutedMessage.getDestinations ( )

Returns a list of destinations (adaptor names).

Returns
the list of destinations

Implemented in eu.baltrad.beast.message.mo.BltMultiRoutedMessage.

◆ getMessage()

IBltMessage eu.baltrad.beast.router.IMultiRoutedMessage.getMessage ( )

Returns the message that should be sent to the destination.

Returns
the message

Implemented in eu.baltrad.beast.message.mo.BltMultiRoutedMessage.


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