| Package | Description |
|---|---|
| io.continual.onap.services.publisher |
| Modifier and Type | Method and Description |
|---|---|
OnapMsgRouterBatchPublisher.Builder |
OnapMsgRouterBatchPublisher.Builder.batchAtMost(int atMost)
specify how many messages to hold for a batch
|
OnapMsgRouterBatchPublisher.Builder |
OnapMsgRouterBatchPublisher.Builder.batchMaxAgeMs(int maxAgeMs)
specify how long to wait for messages to join a batch
|
OnapMsgRouterBatchPublisher.Builder |
OnapMsgRouterBatchPublisher.Builder.logTo(org.slf4j.Logger log)
Specify the log to use.
|
OnapMsgRouterBatchPublisher.Builder |
OnapMsgRouterBatchPublisher.Builder.retryAfterMs(int retryWaitMs)
specify how long to wait before retrying when the MR call results in an error
|
OnapMsgRouterBatchPublisher.Builder |
OnapMsgRouterBatchPublisher.Builder.usingPublisher(OnapMsgRouterPublisher pub)
Specify the publisher to use for sends.
|
OnapMsgRouterBatchPublisher.Builder |
OnapMsgRouterBatchPublisher.Builder.withMaxPendingCount(int maxPending,
OnapMsgRouterBatchPublisher.DropPolicy dropPolicy) |
Copyright © 2023 continual.io. All rights reserved.