| Package | Description |
|---|---|
| io.openmessaging | |
| io.openmessaging.consumer | |
| io.openmessaging.producer |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MessagingAccessPoint
An instance of
MessagingAccessPoint may be obtained from OMS, which is capable of creating Producer, Consumer, ResourceManager, and other facility entities. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PullConsumer
A
PullConsumer pulls messages from the specified queue,
and supports submit the consume result by acknowledgement. |
interface |
PushConsumer
A
PushConsumer receives messages from multiple queues, these messages are pushed from
MOM server to PushConsumer client. |
interface |
StreamingConsumer
A
StreamingConsumer provides low level APIs to open multiple streams
from a specified queue and then retrieve messages from them through @{code StreamingIterator}. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Producer
A
Producer is a simple object used to send messages on behalf
of a MessagingAccessPoint. |
Copyright © 2017–2018 OpenMessaging. All rights reserved.