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

A routed message that should be sent to one destination. More...

Inheritance diagram for eu.baltrad.beast.router.IRoutedMessage:
eu.baltrad.beast.message.mo.BltRoutedMessage

Public Member Functions

IBltMessage getMessage ()
 Returns the message that should be sent to the destination.
 
String getDestination ()
 Returns the destination of this message.
 

Detailed Description

A routed message that should be sent to one destination.

Author
Anders Henja

Member Function Documentation

◆ getDestination()

String eu.baltrad.beast.router.IRoutedMessage.getDestination ( )

Returns the destination of this message.

Returns
a destination

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

◆ getMessage()

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

Returns the message that should be sent to the destination.

Returns
the message

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


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