| Package | Description |
|---|---|
| io.continual.onap.services.publisher |
| Modifier and Type | Method and Description |
|---|---|
OnapMsgRouterBatchPublisher |
OnapMsgRouterBatchPublisher.Builder.build()
Build the batching publisher
|
static OnapMsgRouterBatchPublisher |
OnapMsgRouterBatchPublisher.build(OnapMsgRouterPublisher pub,
int atMost,
int maxAgeMs)
For convenience, just provide a publisher and batching limits
|
OnapMsgRouterBatchPublisher |
OnapMsgRouterBatchPublisher.send(List<OnapMsgRouterPublisher.Message> msgs)
Queue a set of messages to be sent in a batch.
|
OnapMsgRouterBatchPublisher |
OnapMsgRouterBatchPublisher.send(OnapMsgRouterPublisher.Message msg)
Queue a message to be sent in a batch.
|
Copyright © 2023 continual.io. All rights reserved.