com.supermap.messagequeue
Class STOMPReceiver
- java.lang.Object
-
- com.supermap.messagequeue.InternalHandle
-
- com.supermap.messagequeue.STOMPReceiver
-
public class STOMPReceiver extends InternalHandle
STOMP receiver classUsed to receive the message sent by STOMP service
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
dispose()
Destructor, release resourcesjava.lang.String
receive()
Receive message It's needed to perform the operation in sub thread
-