| Package | Description |
|---|---|
| org.pipservices.messaging.queues |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageQueue.beginListen(String correlationId,
IMessageReceiver receiver)
Listens for incoming messages without blocking the current thread.
|
void |
IMessageQueue.beginListen(String correlationId,
IMessageReceiver receiver)
Listens for incoming messages without blocking the current thread.
|
abstract void |
MessageQueue.listen(String correlationId,
IMessageReceiver receiver)
Listens for incoming messages and blocks the current thread until queue is
closed.
|
void |
MemoryMessageQueue.listen(String correlationId,
IMessageReceiver receiver)
Listens for incoming messages and blocks the current thread until queue is
closed.
|
void |
IMessageQueue.listen(String correlationId,
IMessageReceiver receiver)
Listens for incoming messages and blocks the current thread until queue is
closed.
|
Copyright © 2018. All rights reserved.