Interface IJmsQueueReader<T>
- All Superinterfaces:
AutoCloseable,IConnection
- All Known Implementing Classes:
JmsQueueReader
-
Method Summary
Methods inherited from interface org.eclipse.scanning.api.event.core.IConnection
close, disconnect, isConnected
-
Method Details
-
getQueueName
String getQueueName() -
start
void start() -
run
- Throws:
EventException
-
stop
void stop() -
isRunning
boolean isRunning()
-