Package | Description |
---|---|
com.streamscape.lib.evqueue |
Modifier and Type | Method and Description |
---|---|
EventQueueListener |
EventQueue.getListener()
Returns a listener associated with the queue.
|
Modifier and Type | Method and Description |
---|---|
void |
EventQueue.setListener(EventQueueListener listener)
Sets a listener associated with the queue.
|
Constructor and Description |
---|
EventQueue(java.lang.String name,
EventQueueListener listener)
Constructs a new queue with the specified listener which will receive delivered objects.
|
EventQueue(java.lang.String name,
EventQueueListener listener,
DeliveryMode deliveryMode)
Constructs a new queue with the specified listener which will receive delivered objects.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.