org.marketcetera.client.jms
Interface ReceiveOnlyHandler<T>


public interface ReceiveOnlyHandler<T>

A type-safe message handler.

Since:
1.0.0
Version:
$Id: ReceiveOnlyHandler.java 16154 2012-07-14 16:34:05Z colin $
Author:
tlerios@marketcetera.com

Method Summary
 void receiveMessage(T msg)
          Handles the given message.
 

Method Detail

receiveMessage

void receiveMessage(T msg)
Handles the given message. Changing the name of this method requires changing the implementation of IncomingJmsFactory as well.

Parameters:
msg - The message.


Copyright © 2012. All Rights Reserved.