org.mactor.brokers
Interface MessageSubscriber

All Known Implementing Classes:
TestEngine.MessageWaiter

public interface MessageSubscriber

Defines a messsage subscriber

Author:
Lars Ivar Almli

Method Summary
 Message onMessage(Message message)
          Invoked by the message broker when a message has been received (and accepted by the)
 

Method Detail

onMessage

Message onMessage(Message message)
Invoked by the message broker when a message has been received (and accepted by the)

Parameters:
message -
Returns:
null or a response message - when dealing with synchrounous protcols (the output from the message_respond node inside the message_receive node..).


Copyright © 2008. All Rights Reserved.