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