| Package | Description |
|---|---|
| io.continual.onap.services.publisher |
| Modifier and Type | Method and Description |
|---|---|
OnapMsgRouterBatchPublisher |
OnapMsgRouterBatchPublisher.send(OnapMsgRouterPublisher.Message msg)
Queue a message to be sent in a batch.
|
OnapMrResponse |
OnapMsgRouterPublisher.send(OnapMsgRouterPublisher.Message msg)
Send a single message to the MR cluster.
|
| Modifier and Type | Method and Description |
|---|---|
OnapMsgRouterBatchPublisher |
OnapMsgRouterBatchPublisher.send(List<OnapMsgRouterPublisher.Message> msgs)
Queue a set of messages to be sent in a batch.
|
OnapMrResponse |
OnapMsgRouterPublisher.send(List<OnapMsgRouterPublisher.Message> msgList)
Send a set of messages to the MR cluster in an all or nothing attempt.
|
Copyright © 2024 continual.io. All rights reserved.