| Package | Description |
|---|---|
| io.openmessaging | |
| io.openmessaging.consumer |
| Modifier and Type | Method and Description |
|---|---|
PullConsumer |
MessagingAccessPoint.createPullConsumer()
Creates a new
PullConsumer for the specified MessagingAccessPoint. |
PullConsumer |
MessagingAccessPoint.createPullConsumer(KeyValue attributes)
Creates a new
PullConsumer for the specified MessagingAccessPoint with some preset attributes. |
| Modifier and Type | Method and Description |
|---|---|
PullConsumer |
PullConsumer.attachQueue(String queueName)
Attaches the
PullConsumer to a specified queue. |
PullConsumer |
PullConsumer.attachQueue(String queueName,
KeyValue attributes)
Attaches the
PullConsumer to a specified queue with some specified attributes.. |
PullConsumer |
PullConsumer.detachQueue(String queueName)
Detaches the
PullConsumer from a specified queue. |
Copyright © 2017–2018 OpenMessaging. All rights reserved.