org.robokind.impl.motion.messaging
Class JMSMotionFrameAsyncReceiver
java.lang.Object
org.robokind.api.messaging.DefaultMessageAsyncReceiver<Msg,Rec>
org.robokind.impl.messaging.JMSAvroMessageAsyncReceiver<MotionFrameEvent,MotionFrameEventRecord>
org.robokind.impl.motion.messaging.JMSMotionFrameAsyncReceiver
- All Implemented Interfaces:
- MessageAsyncReceiver<MotionFrameEvent>
public class JMSMotionFrameAsyncReceiver
- extends JMSAvroMessageAsyncReceiver<MotionFrameEvent,MotionFrameEventRecord>
JMSAvroMessageAsyncReceiver for receiving MotionFrameEvents.
- Author:
- Matthew Stevenson
|
Constructor Summary |
JMSMotionFrameAsyncReceiver(javax.jms.Session session,
javax.jms.Destination destination)
Creates a new JMSMotionFrameAsyncReceiver |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMSMotionFrameAsyncReceiver
public JMSMotionFrameAsyncReceiver(javax.jms.Session session,
javax.jms.Destination destination)
- Creates a new JMSMotionFrameAsyncReceiver
- Parameters:
session - JMS Session to usedestination - JMS Destination to use
Copyright © 2011-2012. All Rights Reserved.